You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fs-extra"
  6. ]
  7. ],
  8. "_from": "jsonfile@>=4.0.0 <5.0.0",
  9. "_id": "jsonfile@4.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jsonfile",
  13. "_nodeVersion": "6.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/jsonfile-4.0.0.tgz_1505244118025_0.7907822937704623"
  17. },
  18. "_npmUser": {
  19. "email": "opensrc@ryanzim.com",
  20. "name": "ryanzim"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "jsonfile",
  26. "raw": "jsonfile@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/fs-extra"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  36. "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  37. "_shrinkwrap": null,
  38. "_spec": "jsonfile@^4.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fs-extra",
  40. "author": {
  41. "email": "jprichardson@gmail.com",
  42. "name": "JP Richardson"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  46. },
  47. "dependencies": {
  48. "graceful-fs": "^4.1.6"
  49. },
  50. "description": "Easily read/write JSON files.",
  51. "devDependencies": {
  52. "mocha": "2.x",
  53. "rimraf": "^2.4.0",
  54. "standard": "^10.0.3"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
  59. "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "840bcc77f4e0bfcdf44c32895af42de97e80e3a8",
  65. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  66. "keywords": [
  67. "file",
  68. "fs",
  69. "fs-extra",
  70. "json",
  71. "read",
  72. "write"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "jprichardson",
  79. "email": "jprichardson@gmail.com"
  80. },
  81. {
  82. "name": "ryanzim",
  83. "email": "opensrc@ryanzim.com"
  84. }
  85. ],
  86. "name": "jsonfile",
  87. "optionalDependencies": {
  88. "graceful-fs": "^4.1.6"
  89. },
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  94. },
  95. "scripts": {
  96. "lint": "standard",
  97. "test": "npm run lint && npm run unit",
  98. "unit": "mocha"
  99. },
  100. "version": "4.0.0"
  101. }