项目原始demo,不改动
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

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