package.json 2.5 KB

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