package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "tar-fs@^2.0.0",
  3. "_id": "tar-fs@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==",
  6. "_location": "/tar-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar-fs@^2.0.0",
  12. "name": "tar-fs",
  13. "escapedName": "tar-fs",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz",
  22. "_shasum": "d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5",
  23. "_spec": "tar-fs@^2.0.0",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
  25. "author": {
  26. "name": "Mathias Buus"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mafintosh/tar-fs/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "chownr": "^1.1.1",
  34. "mkdirp-classic": "^0.5.2",
  35. "pump": "^3.0.0",
  36. "tar-stream": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "filesystem bindings for tar-stream",
  40. "devDependencies": {
  41. "rimraf": "^2.6.3",
  42. "standard": "^12.0.1",
  43. "tape": "^4.9.2"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/mafintosh/tar-fs",
  49. "keywords": [
  50. "tar",
  51. "fs",
  52. "file",
  53. "tarball",
  54. "directory",
  55. "stream"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "tar-fs",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/mafintosh/tar-fs.git"
  63. },
  64. "scripts": {
  65. "test": "standard && tape test/index.js"
  66. },
  67. "version": "2.1.0"
  68. }