package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "number-is-nan@^1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-finite"
  6. ]
  7. ],
  8. "_from": "number-is-nan@>=1.0.0 <2.0.0",
  9. "_id": "number-is-nan@1.0.0",
  10. "_inCache": true,
  11. "_location": "/number-is-nan",
  12. "_nodeVersion": "0.12.3",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.10.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "number-is-nan",
  21. "raw": "number-is-nan@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/is-finite"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz",
  31. "_shasum": "c020f529c5282adfdd233d91d4b181c3d686dc4b",
  32. "_shrinkwrap": null,
  33. "_spec": "number-is-nan@^1.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/is-finite",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  42. },
  43. "dependencies": {},
  44. "description": "ES6 Number.isNaN() ponyfill",
  45. "devDependencies": {
  46. "ava": "0.0.4"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "c020f529c5282adfdd233d91d4b181c3d686dc4b",
  51. "tarball": "http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "0f394b1bc33185c40304363b209e3f0588dbeeb3",
  60. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  61. "installable": true,
  62. "keywords": [
  63. "ecmascript",
  64. "es2015",
  65. "es6",
  66. "harmony",
  67. "is",
  68. "nan",
  69. "not",
  70. "number",
  71. "polyfill",
  72. "ponyfill",
  73. "shim"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "sindresorhus",
  79. "email": "sindresorhus@gmail.com"
  80. }
  81. ],
  82. "name": "number-is-nan",
  83. "optionalDependencies": {},
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  87. },
  88. "scripts": {
  89. "test": "node test.js"
  90. },
  91. "version": "1.0.0"
  92. }