You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "number-is-nan@^1.0.0",
  3. "_id": "number-is-nan@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
  6. "_location": "/number-is-nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "number-is-nan@^1.0.0",
  12. "name": "number-is-nan",
  13. "escapedName": "number-is-nan",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-fullwidth-code-point"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  22. "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  23. "_spec": "number-is-nan@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\is-fullwidth-code-point",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ES2015 Number.isNaN() ponyfill",
  36. "devDependencies": {
  37. "ava": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  46. "keywords": [
  47. "es2015",
  48. "ecmascript",
  49. "ponyfill",
  50. "polyfill",
  51. "shim",
  52. "number",
  53. "is",
  54. "nan",
  55. "not"
  56. ],
  57. "license": "MIT",
  58. "name": "number-is-nan",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  62. },
  63. "scripts": {
  64. "test": "ava"
  65. },
  66. "version": "1.0.1"
  67. }