package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "number-is-nan@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "number-is-nan@1.0.1",
  9. "_id": "number-is-nan@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
  12. "_location": "/number-is-nan",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "number-is-nan@1.0.1",
  18. "name": "number-is-nan",
  19. "escapedName": "number-is-nan",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/gauge/is-fullwidth-code-point"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
  28. "_spec": "1.0.1",
  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/number-is-nan/issues"
  37. },
  38. "description": "ES2015 Number.isNaN() ponyfill",
  39. "devDependencies": {
  40. "ava": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  49. "keywords": [
  50. "es2015",
  51. "ecmascript",
  52. "ponyfill",
  53. "polyfill",
  54. "shim",
  55. "number",
  56. "is",
  57. "nan",
  58. "not"
  59. ],
  60. "license": "MIT",
  61. "name": "number-is-nan",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  65. },
  66. "scripts": {
  67. "test": "ava"
  68. },
  69. "version": "1.0.1"
  70. }