package.json 1.7 KB

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