package.json 1.6 KB

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