package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/cli-table2/is-fullwidth-code-point",
  20. "/gauge/is-fullwidth-code-point",
  21. "/tacks/is-fullwidth-code-point",
  22. "/wide-align/is-fullwidth-code-point",
  23. "/wrap-ansi/is-fullwidth-code-point"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  26. "_shasum": "097b602b53422a522c1afb8790318336941a011d",
  27. "_spec": "number-is-nan@^1.0.0",
  28. "_where": "/Users/rebecca/code/npm/node_modules/cli-table2/node_modules/is-fullwidth-code-point",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "ES2015 Number.isNaN() ponyfill",
  40. "devDependencies": {
  41. "ava": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  50. "keywords": [
  51. "es2015",
  52. "ecmascript",
  53. "ponyfill",
  54. "polyfill",
  55. "shim",
  56. "number",
  57. "is",
  58. "nan",
  59. "not"
  60. ],
  61. "license": "MIT",
  62. "name": "number-is-nan",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  66. },
  67. "scripts": {
  68. "test": "ava"
  69. },
  70. "version": "1.0.1"
  71. }