package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "tar-fs@^1.13.0",
  3. "_id": "tar-fs@1.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I9rb6v7mjWLtOfCau9eH5L7sLJyU2BnxtEZRQ5Mt+eRKmf1F0ohXmT/Jc3fr52kDvjJ/HV5MH3soQfPL5bQ0Yg==",
  6. "_location": "/tar-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar-fs@^1.13.0",
  12. "name": "tar-fs",
  13. "escapedName": "tar-fs",
  14. "rawSpec": "^1.13.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.13.0"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.0.tgz",
  22. "_shasum": "e877a25acbcc51d8c790da1c57c9cf439817b896",
  23. "_spec": "tar-fs@^1.13.0",
  24. "_where": "/home/tdedhar/Documents/viki/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.0.1",
  34. "mkdirp": "^0.5.1",
  35. "pump": "^1.0.0",
  36. "tar-stream": "^1.1.2"
  37. },
  38. "deprecated": false,
  39. "description": "filesystem bindings for tar-stream",
  40. "devDependencies": {
  41. "rimraf": "^2.2.8",
  42. "standard": "^4.5.4",
  43. "tape": "^3.0.0"
  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": "1.16.0"
  68. }