package.json 2.6 KB

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