package.json 1.6 KB

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