package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "number-is-nan@^1.0.0",
  6. "scope": null,
  7. "escapedName": "number-is-nan",
  8. "name": "number-is-nan",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-finite"
  14. ]
  15. ],
  16. "_from": "number-is-nan@>=1.0.0 <2.0.0",
  17. "_id": "number-is-nan@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/number-is-nan",
  21. "_nodeVersion": "4.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/number-is-nan-1.0.1.tgz_1475212313367_0.9480371843092144"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "number-is-nan@^1.0.0",
  34. "scope": null,
  35. "escapedName": "number-is-nan",
  36. "name": "number-is-nan",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/is-finite",
  43. "/is-fullwidth-code-point"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  46. "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  47. "_shrinkwrap": null,
  48. "_spec": "number-is-nan@^1.0.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-finite",
  50. "author": {
  51. "name": "Sindre Sorhus",
  52. "email": "sindresorhus@gmail.com",
  53. "url": "sindresorhus.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  57. },
  58. "dependencies": {},
  59. "description": "ES2015 Number.isNaN() ponyfill",
  60. "devDependencies": {
  61. "ava": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "097b602b53422a522c1afb8790318336941a011d",
  66. "tarball": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "ed9cdac3f428cc929b61bb230da42c87477af4b9",
  75. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  76. "keywords": [
  77. "es2015",
  78. "ecmascript",
  79. "ponyfill",
  80. "polyfill",
  81. "shim",
  82. "number",
  83. "is",
  84. "nan",
  85. "not"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "number-is-nan",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  100. },
  101. "scripts": {
  102. "test": "ava"
  103. },
  104. "version": "1.0.1"
  105. }