package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsonfile@^2.1.0",
  6. "scope": null,
  7. "escapedName": "jsonfile",
  8. "name": "jsonfile",
  9. "rawSpec": "^2.1.0",
  10. "spec": ">=2.1.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/fs-extra"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1473989979974,
  17. "_from": "jsonfile@>=2.1.0 <3.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "jsonfile@2.4.0",
  20. "_inCache": true,
  21. "_location": "/jsonfile",
  22. "_nodeVersion": "6.1.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-12-west.internal.npmjs.com",
  25. "tmp": "tmp/jsonfile-2.4.0.tgz_1473989978270_0.6271681792568415"
  26. },
  27. "_npmUser": {
  28. "name": "jprichardson",
  29. "email": "jprichardson@gmail.com"
  30. },
  31. "_npmVersion": "3.8.6",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "jsonfile@^2.1.0",
  35. "scope": null,
  36. "escapedName": "jsonfile",
  37. "name": "jsonfile",
  38. "rawSpec": "^2.1.0",
  39. "spec": ">=2.1.0 <3.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/fs-extra"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/jsonfile/download/jsonfile-2.4.0.tgz",
  46. "_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
  47. "_shrinkwrap": null,
  48. "_spec": "jsonfile@^2.1.0",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/fs-extra",
  50. "author": {
  51. "name": "JP Richardson",
  52. "email": "jprichardson@gmail.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  56. },
  57. "dependencies": {
  58. "graceful-fs": "^4.1.6"
  59. },
  60. "description": "Easily read/write JSON files.",
  61. "devDependencies": {
  62. "mocha": "2.x",
  63. "mock-fs": "^3.8.0",
  64. "rimraf": "^2.4.0",
  65. "standard": "^6.0.8"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
  70. "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
  71. },
  72. "gitHead": "00b3983ac4aade79c64c7a8c2ced257078625c6d",
  73. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  74. "keywords": [
  75. "read",
  76. "write",
  77. "file",
  78. "json",
  79. "fs",
  80. "fs-extra"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "jprichardson",
  87. "email": "jprichardson@gmail.com"
  88. }
  89. ],
  90. "name": "jsonfile",
  91. "optionalDependencies": {
  92. "graceful-fs": "^4.1.6"
  93. },
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  98. },
  99. "scripts": {
  100. "lint": "standard",
  101. "test": "npm run lint && npm run unit",
  102. "unit": "mocha"
  103. },
  104. "version": "2.4.0"
  105. }