package.json 828 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "tar-fs",
  3. "version": "2.1.1",
  4. "description": "filesystem bindings for tar-stream",
  5. "dependencies": {
  6. "chownr": "^1.1.1",
  7. "mkdirp-classic": "^0.5.2",
  8. "pump": "^3.0.0",
  9. "tar-stream": "^2.1.4"
  10. },
  11. "keywords": [
  12. "tar",
  13. "fs",
  14. "file",
  15. "tarball",
  16. "directory",
  17. "stream"
  18. ],
  19. "devDependencies": {
  20. "rimraf": "^2.6.3",
  21. "standard": "^13.0.1",
  22. "tape": "^4.9.2"
  23. },
  24. "scripts": {
  25. "test": "standard && tape test/index.js"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/mafintosh/tar-fs/issues"
  29. },
  30. "homepage": "https://github.com/mafintosh/tar-fs",
  31. "main": "index.js",
  32. "directories": {
  33. "test": "test"
  34. },
  35. "author": "Mathias Buus",
  36. "license": "MIT",
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/mafintosh/tar-fs.git"
  40. }
  41. }