blob: 22cc39b5213488bc795fb55aa9f2ebe39214a705 [file] [log] [blame]
{
"_args": [
[
"archiver-utils@1.3.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "archiver-utils@1.3.0",
"_id": "archiver-utils@1.3.0",
"_inBundle": false,
"_integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
"_location": "/archiver-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "archiver-utils@1.3.0",
"name": "archiver-utils",
"escapedName": "archiver-utils",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/archiver",
"/zip-stream"
],
"_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-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/archiver-utils/issues"
},
"dependencies": {
"glob": "^7.0.0",
"graceful-fs": "^4.1.0",
"lazystream": "^1.0.0",
"lodash": "^4.8.0",
"normalize-path": "^2.0.0",
"readable-stream": "^2.0.0"
},
"description": "utility functions for archiver",
"devDependencies": {
"chai": "^3.4.0",
"mkdirp": "^0.5.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.2"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"file.js"
],
"homepage": "https://github.com/archiverjs/archiver-utils#readme",
"keywords": [
"archiver",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "archiver-utils",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/archiver-utils.git"
},
"scripts": {
"test": "mocha --reporter dot"
},
"version": "1.3.0"
}