项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
 
 
 
 

80 regels
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "load-json-file@2.0.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "load-json-file@2.0.0",
  10. "_id": "load-json-file@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
  13. "_location": "/load-json-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "load-json-file@2.0.0",
  19. "name": "load-json-file",
  20. "escapedName": "load-json-file",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/read-pkg"
  27. ],
  28. "_resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/load-json-file/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.2",
  41. "parse-json": "^2.2.0",
  42. "pify": "^2.0.0",
  43. "strip-bom": "^3.0.0"
  44. },
  45. "description": "Read and parse a JSON file",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  57. "keywords": [
  58. "read",
  59. "json",
  60. "parse",
  61. "file",
  62. "fs",
  63. "graceful",
  64. "load"
  65. ],
  66. "license": "MIT",
  67. "name": "load-json-file",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "2.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }