package.json 1.6 KB

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