package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "klaw@1.3.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "klaw@^1.0.0",
  10. "_id": "klaw@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
  13. "_location": "/klaw",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "klaw@1.3.1",
  19. "name": "klaw",
  20. "escapedName": "klaw",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/fs-extra",
  28. "/mksnapshot/fs-extra"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
  31. "_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
  32. "_spec": "1.3.1",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  34. "author": {
  35. "name": "JP Richardson"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jprichardson/node-klaw/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "graceful-fs": "^4.1.9"
  43. },
  44. "deprecated": false,
  45. "description": "File system walker with Readable stream interface.",
  46. "devDependencies": {
  47. "mkdirp": "^0.5.1",
  48. "mock-fs": "^3.8.0",
  49. "rimraf": "^2.4.3",
  50. "standard": "^8.4.0",
  51. "tap-spec": "^4.1.1",
  52. "tape": "^4.2.2"
  53. },
  54. "homepage": "https://github.com/jprichardson/node-klaw#readme",
  55. "keywords": [
  56. "walk",
  57. "walker",
  58. "fs",
  59. "fs-extra",
  60. "readable",
  61. "streams"
  62. ],
  63. "license": "MIT",
  64. "main": "./src/index.js",
  65. "name": "klaw",
  66. "optionalDependencies": {
  67. "graceful-fs": "^4.1.9"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jprichardson/node-klaw.git"
  72. },
  73. "scripts": {
  74. "lint": "standard",
  75. "test": "npm run lint && npm run unit",
  76. "unit": "tape tests/**/*.js | tap-spec"
  77. },
  78. "version": "1.3.1"
  79. }