package.json 2.5 KB

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