package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "number-is-nan@^1.0.0",
  3. "_id": "number-is-nan@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
  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. "/is-finite",
  20. "/webpack-dev-server/is-fullwidth-code-point",
  21. "/wrap-ansi/is-fullwidth-code-point",
  22. "/yargs/is-fullwidth-code-point"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  25. "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  26. "_spec": "number-is-nan@^1.0.0",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\is-finite",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  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. }