package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "klaw@^1.0.0",
  6. "scope": null,
  7. "escapedName": "klaw",
  8. "name": "klaw",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fs-extra"
  14. ]
  15. ],
  16. "_from": "klaw@>=1.0.0 <2.0.0",
  17. "_id": "klaw@1.3.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/klaw",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/klaw-1.3.1.tgz_1477411628636_0.7360875811427832"
  25. },
  26. "_npmUser": {
  27. "name": "jprichardson",
  28. "email": "jprichardson@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "klaw@^1.0.0",
  34. "scope": null,
  35. "escapedName": "klaw",
  36. "name": "klaw",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/fs-extra"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
  45. "_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
  46. "_shrinkwrap": null,
  47. "_spec": "klaw@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fs-extra",
  49. "author": {
  50. "name": "JP Richardson"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jprichardson/node-klaw/issues"
  54. },
  55. "dependencies": {
  56. "graceful-fs": "^4.1.9"
  57. },
  58. "description": "File system walker with Readable stream interface.",
  59. "devDependencies": {
  60. "mkdirp": "^0.5.1",
  61. "mock-fs": "^3.8.0",
  62. "rimraf": "^2.4.3",
  63. "standard": "^8.4.0",
  64. "tap-spec": "^4.1.1",
  65. "tape": "^4.2.2"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
  70. "tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
  71. },
  72. "gitHead": "7ceea730d54726affeaca62d6e362db0b6881f93",
  73. "homepage": "https://github.com/jprichardson/node-klaw#readme",
  74. "keywords": [
  75. "walk",
  76. "walker",
  77. "fs",
  78. "fs-extra",
  79. "readable",
  80. "streams"
  81. ],
  82. "license": "MIT",
  83. "main": "./src/index.js",
  84. "maintainers": [
  85. {
  86. "name": "jprichardson",
  87. "email": "jprichardson@gmail.com"
  88. }
  89. ],
  90. "name": "klaw",
  91. "optionalDependencies": {
  92. "graceful-fs": "^4.1.9"
  93. },
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jprichardson/node-klaw.git"
  98. },
  99. "scripts": {
  100. "lint": "standard",
  101. "test": "npm run lint && npm run unit",
  102. "unit": "tape tests/**/*.js | tap-spec"
  103. },
  104. "version": "1.3.1"
  105. }