package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "number-is-nan@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/is-finite",
  27. "/wrap-ansi/is-fullwidth-code-point"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/number-is-nan/download/number-is-nan-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  39. },
  40. "description": "ES2015 Number.isNaN() ponyfill",
  41. "devDependencies": {
  42. "ava": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  51. "keywords": [
  52. "es2015",
  53. "ecmascript",
  54. "ponyfill",
  55. "polyfill",
  56. "shim",
  57. "number",
  58. "is",
  59. "nan",
  60. "not"
  61. ],
  62. "license": "MIT",
  63. "name": "number-is-nan",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  67. },
  68. "scripts": {
  69. "test": "ava"
  70. },
  71. "version": "1.0.1"
  72. }