package.json 1.7 KB

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