package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "jsonfile@^6.0.1",
  3. "_id": "jsonfile@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6. "_location": "/jsonfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonfile@^6.0.1",
  12. "name": "jsonfile",
  13. "escapedName": "jsonfile",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@commitlint/read/fs-extra",
  20. "/fs-extra"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  23. "_shasum": "bc55b2634793c679ec6403094eb13698a6ec0aae",
  24. "_spec": "jsonfile@^6.0.1",
  25. "_where": "H:\\gs_nuxt\\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. "universalify": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Easily read/write JSON files.",
  40. "devDependencies": {
  41. "mocha": "^8.2.0",
  42. "rimraf": "^2.4.0",
  43. "standard": "^16.0.1"
  44. },
  45. "files": [
  46. "index.js",
  47. "utils.js"
  48. ],
  49. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  50. "keywords": [
  51. "read",
  52. "write",
  53. "file",
  54. "json",
  55. "fs",
  56. "fs-extra"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "jsonfile",
  61. "optionalDependencies": {
  62. "graceful-fs": "^4.1.6"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  67. },
  68. "scripts": {
  69. "lint": "standard",
  70. "test": "npm run lint && npm run unit",
  71. "unit": "mocha"
  72. },
  73. "version": "6.1.0"
  74. }