package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "jsonfile@^3.0.0",
  3. "_id": "jsonfile@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
  6. "_location": "/jsonfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonfile@^3.0.0",
  12. "name": "jsonfile",
  13. "escapedName": "jsonfile",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
  22. "_shasum": "a5ecc6f65f53f662c4415c7675a0331d0992ec66",
  23. "_spec": "jsonfile@^3.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/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. "rimraf": "^2.4.0",
  41. "standard": "^6.0.8"
  42. },
  43. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  44. "keywords": [
  45. "read",
  46. "write",
  47. "file",
  48. "json",
  49. "fs",
  50. "fs-extra"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "jsonfile",
  55. "optionalDependencies": {
  56. "graceful-fs": "^4.1.6"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  61. },
  62. "scripts": {
  63. "lint": "standard",
  64. "test": "npm run lint && npm run unit",
  65. "unit": "mocha"
  66. },
  67. "version": "3.0.1"
  68. }