blob: c552e8e7a6ee576c8977efacc938b9259918a4a5 [file] [log] [blame]
{
"_args": [
[
"archiver@1.3.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "archiver@1.3.0",
"_id": "archiver@1.3.0",
"_inBundle": false,
"_integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=",
"_location": "/archiver",
"_phantomChildren": {
"lodash": "4.17.10"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "archiver@1.3.0",
"name": "archiver",
"escapedName": "archiver",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/grunt-contrib-compress"
],
"_resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"bugs": {
"url": "https://github.com/archiverjs/node-archiver/issues"
},
"dependencies": {
"archiver-utils": "^1.3.0",
"async": "^2.0.0",
"buffer-crc32": "^0.2.1",
"glob": "^7.0.0",
"lodash": "^4.8.0",
"readable-stream": "^2.0.0",
"tar-stream": "^1.5.0",
"walkdir": "^0.0.11",
"zip-stream": "^1.1.0"
},
"description": "a streaming interface for archive generation",
"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
"chai": "^3.4.0",
"jsdoc": "~3.4.0",
"mkdirp": "^0.5.0",
"mocha": "^3.1.1",
"rimraf": "^2.4.2",
"stream-bench": "^0.1.2",
"tar": "^2.2.1",
"yauzl": "^2.3.1"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/archiverjs/node-archiver",
"keywords": [
"archive",
"archiver",
"stream",
"zip",
"tar"
],
"license": "MIT",
"main": "index.js",
"name": "archiver",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/node-archiver.git"
},
"scripts": {
"bench": "node benchmark/simple/pack-zip.js",
"jsdoc": "jsdoc -c jsdoc.json README.md",
"test": "mocha --reporter dot"
},
"version": "1.3.0"
}