diff options
author | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:29:17 +0100 |
---|---|---|
committer | Minteck <freeziv.ytb@gmail.com> | 2021-03-07 18:29:17 +0100 |
commit | 0f79e708bf07721b73ea41e5d341be08e8ea4dce (patch) | |
tree | f3c63cd6a9f4ef0b26f95eec6a031600232e80c8 /node_modules/tar-fs/package.json | |
download | electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.gz electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.bz2 electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.zip |
Initial commit
Diffstat (limited to 'node_modules/tar-fs/package.json')
-rw-r--r-- | node_modules/tar-fs/package.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/node_modules/tar-fs/package.json b/node_modules/tar-fs/package.json new file mode 100644 index 0000000..296698b --- /dev/null +++ b/node_modules/tar-fs/package.json @@ -0,0 +1,71 @@ +{ + "_args": [ + [ + "tar-fs@2.1.0", + "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode" + ] + ], + "_from": "tar-fs@2.1.0", + "_id": "tar-fs@2.1.0", + "_inBundle": false, + "_integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==", + "_location": "/tar-fs", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "tar-fs@2.1.0", + "name": "tar-fs", + "escapedName": "tar-fs", + "rawSpec": "2.1.0", + "saveSpec": null, + "fetchSpec": "2.1.0" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz", + "_spec": "2.1.0", + "_where": "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode", + "author": { + "name": "Mathias Buus" + }, + "bugs": { + "url": "https://github.com/mafintosh/tar-fs/issues" + }, + "dependencies": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.0.0" + }, + "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" +} |