Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps. Some debugging tools are implemented. Reviewed-on: #6 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
42 lines
820 B
JSON
42 lines
820 B
JSON
{
|
|
"name": "tar-fs",
|
|
"version": "1.16.3",
|
|
"description": "filesystem bindings for tar-stream",
|
|
"dependencies": {
|
|
"chownr": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"pump": "^1.0.0",
|
|
"tar-stream": "^1.1.2"
|
|
},
|
|
"keywords": [
|
|
"tar",
|
|
"fs",
|
|
"file",
|
|
"tarball",
|
|
"directory",
|
|
"stream"
|
|
],
|
|
"devDependencies": {
|
|
"rimraf": "^2.2.8",
|
|
"standard": "^4.5.4",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/tar-fs/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/tar-fs",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"author": "Mathias Buus",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/tar-fs.git"
|
|
}
|
|
}
|