1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "tar-fs@^2.0.0",
- "_id": "tar-fs@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==",
- "_location": "/tar-fs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tar-fs@^2.0.0",
- "name": "tar-fs",
- "escapedName": "tar-fs",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/prebuild-install"
- ],
- "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz",
- "_shasum": "d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5",
- "_spec": "tar-fs@^2.0.0",
- "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
- "author": {
- "name": "Mathias Buus"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/tar-fs/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chownr": "^1.1.1",
- "mkdirp-classic": "^0.5.2",
- "pump": "^3.0.0",
- "tar-stream": "^2.0.0"
- },
- "deprecated": false,
- "description": "filesystem bindings for tar-stream",
- "devDependencies": {
- "rimraf": "^2.6.3",
- "standard": "^12.0.1",
- "tape": "^4.9.2"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/mafintosh/tar-fs",
- "keywords": [
- "tar",
- "fs",
- "file",
- "tarball",
- "directory",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "tar-fs",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mafintosh/tar-fs.git"
- },
- "scripts": {
- "test": "standard && tape test/index.js"
- },
- "version": "2.1.0"
- }
|