package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "klaw@1.3.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "klaw@1.3.1",
  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. "/electron/fs-extra",
  27. "/mksnapshot/fs-extra"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
  30. "_spec": "1.3.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  32. "author": {
  33. "name": "JP Richardson"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jprichardson/node-klaw/issues"
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.1.9"
  40. },
  41. "description": "File system walker with Readable stream interface.",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.1",
  44. "mock-fs": "^3.8.0",
  45. "rimraf": "^2.4.3",
  46. "standard": "^8.4.0",
  47. "tap-spec": "^4.1.1",
  48. "tape": "^4.2.2"
  49. },
  50. "homepage": "https://github.com/jprichardson/node-klaw#readme",
  51. "keywords": [
  52. "walk",
  53. "walker",
  54. "fs",
  55. "fs-extra",
  56. "readable",
  57. "streams"
  58. ],
  59. "license": "MIT",
  60. "main": "./src/index.js",
  61. "name": "klaw",
  62. "optionalDependencies": {
  63. "graceful-fs": "^4.1.9"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jprichardson/node-klaw.git"
  68. },
  69. "scripts": {
  70. "lint": "standard",
  71. "test": "npm run lint && npm run unit",
  72. "unit": "tape tests/**/*.js | tap-spec"
  73. },
  74. "version": "1.3.1"
  75. }