package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "is-finite@1.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-finite@1.1.0",
  10. "_id": "is-finite@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
  13. "_location": "/is-finite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-finite@1.1.0",
  19. "name": "is-finite",
  20. "escapedName": "is-finite",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/repeating"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-finite/issues"
  38. },
  39. "description": "ES2015 Number.isFinite() ponyfill",
  40. "devDependencies": {
  41. "ava": "^3.2.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "funding": "https://github.com/sponsors/sindresorhus",
  50. "homepage": "https://github.com/sindresorhus/is-finite#readme",
  51. "keywords": [
  52. "es2015",
  53. "ponyfill",
  54. "polyfill",
  55. "shim",
  56. "number",
  57. "finite",
  58. "is"
  59. ],
  60. "license": "MIT",
  61. "name": "is-finite",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/is-finite.git"
  65. },
  66. "scripts": {
  67. "test": "ava"
  68. },
  69. "version": "1.1.0"
  70. }