package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "number-is-nan@^1.0.0",
  3. "_id": "number-is-nan@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
  6. "_location": "/number-is-nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "number-is-nan@^1.0.0",
  12. "name": "number-is-nan",
  13. "escapedName": "number-is-nan",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gauge/is-fullwidth-code-point",
  20. "/webpack-cli/wrap-ansi/is-fullwidth-code-point",
  21. "/webpack-dev-server/wrap-ansi/is-fullwidth-code-point"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
  24. "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  25. "_spec": "number-is-nan@^1.0.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\gauge\\node_modules\\is-fullwidth-code-point",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "ES2015 Number.isNaN() ponyfill",
  38. "devDependencies": {
  39. "ava": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  48. "keywords": [
  49. "es2015",
  50. "ecmascript",
  51. "ponyfill",
  52. "polyfill",
  53. "shim",
  54. "number",
  55. "is",
  56. "nan",
  57. "not"
  58. ],
  59. "license": "MIT",
  60. "name": "number-is-nan",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  64. },
  65. "scripts": {
  66. "test": "ava"
  67. },
  68. "version": "1.0.1"
  69. }