| 1234567891011121314151617181920212223242526272829 |
- {
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "name": "tar",
- "description": "tar for node",
- "version": "2.2.2",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-tar.git"
- },
- "main": "tar.js",
- "scripts": {
- "test": "tap test/*.js"
- },
- "dependencies": {
- "block-stream": "*",
- "fstream": "^1.0.12",
- "inherits": "2"
- },
- "devDependencies": {
- "graceful-fs": "^4.1.2",
- "rimraf": "1.x",
- "tap": "0.x",
- "mkdirp": "^0.5.0"
- },
- "license": "ISC",
- "__npminstall_done": "Thu Dec 24 2020 20:21:08 GMT+0800 (CST)",
- "_from": "tar@2.2.2",
- "_resolved": "https://registry.npm.taobao.org/tar/download/tar-2.2.2.tgz"
- }
|