package.json 911 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "tar-fs",
  3. "version": "3.0.4",
  4. "description": "filesystem bindings for tar-stream",
  5. "dependencies": {
  6. "mkdirp-classic": "^0.5.2",
  7. "pump": "^3.0.0",
  8. "tar-stream": "^3.1.5"
  9. },
  10. "files": [
  11. "index.js"
  12. ],
  13. "standard": {
  14. "ignore": [
  15. "test/fixtures/**"
  16. ]
  17. },
  18. "keywords": [
  19. "tar",
  20. "fs",
  21. "file",
  22. "tarball",
  23. "directory",
  24. "stream"
  25. ],
  26. "devDependencies": {
  27. "brittle": "^3.1.3",
  28. "rimraf": "^2.6.3",
  29. "standard": "^17.0.1"
  30. },
  31. "scripts": {
  32. "test": "standard && brittle test/index.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/tar-fs/issues"
  36. },
  37. "homepage": "https://github.com/mafintosh/tar-fs",
  38. "main": "index.js",
  39. "directories": {
  40. "test": "test"
  41. },
  42. "author": "Mathias Buus",
  43. "license": "MIT",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/mafintosh/tar-fs.git"
  47. }
  48. }