package.json 2.1 KB

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