package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fs-extra@^1.0.0",
  6. "scope": null,
  7. "escapedName": "fs-extra",
  8. "name": "fs-extra",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app"
  14. ]
  15. ],
  16. "_from": "fs-extra@>=1.0.0 <2.0.0",
  17. "_id": "fs-extra@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/fs-extra",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/fs-extra-1.0.0.tgz_1477980958532_0.9847910783719271"
  25. },
  26. "_npmUser": {
  27. "name": "jprichardson",
  28. "email": "jprichardson@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "fs-extra@^1.0.0",
  34. "scope": null,
  35. "escapedName": "fs-extra",
  36. "name": "fs-extra",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
  45. "_shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
  46. "_shrinkwrap": null,
  47. "_spec": "fs-extra@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app",
  49. "author": {
  50. "name": "JP Richardson",
  51. "email": "jprichardson@gmail.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  55. },
  56. "dependencies": {
  57. "graceful-fs": "^4.1.2",
  58. "jsonfile": "^2.1.0",
  59. "klaw": "^1.0.0"
  60. },
  61. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  62. "devDependencies": {
  63. "coveralls": "^2.11.2",
  64. "istanbul": "^0.4.5",
  65. "minimist": "^1.1.1",
  66. "mocha": "^3.1.2",
  67. "proxyquire": "^1.7.10",
  68. "read-dir-files": "^0.1.1",
  69. "rimraf": "^2.2.8",
  70. "secure-random": "^1.1.1",
  71. "semver": "^5.3.0",
  72. "standard": "^8.5.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
  77. "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz"
  78. },
  79. "gitHead": "2da7defbd3d3f140f4d2f4cfa7e89b11846a827a",
  80. "homepage": "https://github.com/jprichardson/node-fs-extra",
  81. "keywords": [
  82. "fs",
  83. "file",
  84. "file system",
  85. "copy",
  86. "directory",
  87. "extra",
  88. "mkdirp",
  89. "mkdir",
  90. "mkdirs",
  91. "recursive",
  92. "json",
  93. "read",
  94. "write",
  95. "extra",
  96. "delete",
  97. "remove",
  98. "touch",
  99. "create",
  100. "text",
  101. "output",
  102. "move"
  103. ],
  104. "license": "MIT",
  105. "main": "./lib/index",
  106. "maintainers": [
  107. {
  108. "name": "jprichardson",
  109. "email": "jprichardson@gmail.com"
  110. }
  111. ],
  112. "name": "fs-extra",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  118. },
  119. "scripts": {
  120. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  121. "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
  122. "lint": "standard",
  123. "test": "npm run lint && npm run unit",
  124. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  125. "unit": "node test.js"
  126. },
  127. "version": "1.0.0"
  128. }