package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "jsonfile@^4.0.0",
  3. "_id": "jsonfile@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  6. "_location": "/jsonfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonfile@^4.0.0",
  12. "name": "jsonfile",
  13. "escapedName": "jsonfile",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-loader/fs-extra",
  20. "/fs-extra"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz",
  23. "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  24. "_spec": "jsonfile@^4.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\fs-extra",
  26. "author": {
  27. "name": "JP Richardson",
  28. "email": "jprichardson@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "graceful-fs": "^4.1.6"
  36. },
  37. "deprecated": false,
  38. "description": "Easily read/write JSON files.",
  39. "devDependencies": {
  40. "mocha": "2.x",
  41. "rimraf": "^2.4.0",
  42. "standard": "^10.0.3"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  48. "keywords": [
  49. "read",
  50. "write",
  51. "file",
  52. "json",
  53. "fs",
  54. "fs-extra"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "jsonfile",
  59. "optionalDependencies": {
  60. "graceful-fs": "^4.1.6"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  65. },
  66. "scripts": {
  67. "lint": "standard",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "mocha"
  70. },
  71. "version": "4.0.0"
  72. }