package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@6.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsonfile@6.1.0",
  10. "_id": "jsonfile@6.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  13. "_location": "/jsonfile",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsonfile@6.1.0",
  19. "name": "jsonfile",
  20. "escapedName": "jsonfile",
  21. "rawSpec": "6.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.0"
  24. },
  25. "_requiredBy": [
  26. "/fs-extra"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  29. "_spec": "6.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "JP Richardson",
  33. "email": "jprichardson@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.1.6",
  40. "universalify": "^2.0.0"
  41. },
  42. "description": "Easily read/write JSON files.",
  43. "devDependencies": {
  44. "mocha": "^8.2.0",
  45. "rimraf": "^2.4.0",
  46. "standard": "^16.0.1"
  47. },
  48. "files": [
  49. "index.js",
  50. "utils.js"
  51. ],
  52. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  53. "keywords": [
  54. "read",
  55. "write",
  56. "file",
  57. "json",
  58. "fs",
  59. "fs-extra"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "jsonfile",
  64. "optionalDependencies": {
  65. "graceful-fs": "^4.1.6"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  70. },
  71. "scripts": {
  72. "lint": "standard",
  73. "test": "npm run lint && npm run unit",
  74. "unit": "mocha"
  75. },
  76. "version": "6.1.0"
  77. }