UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

106 lines (105 loc) 2.58 kB
{ "_args": [ [ { "raw": "archiver@0.5.2", "scope": null, "escapedName": "archiver", "name": "archiver", "rawSpec": "0.5.2", "spec": "0.5.2", "type": "version" }, "/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib" ] ], "_from": "archiver@0.5.2", "_id": "archiver@0.5.2", "_inCache": true, "_location": "/ionic/archiver", "_npmUser": { "name": "ctalkington", "email": "chris@christalkington.com" }, "_npmVersion": "1.3.21", "_phantomChildren": {}, "_requested": { "raw": "archiver@0.5.2", "scope": null, "escapedName": "archiver", "name": "archiver", "rawSpec": "0.5.2", "spec": "0.5.2", "type": "version" }, "_requiredBy": [ "/ionic/ionic-app-lib" ], "_resolved": "https://registry.npmjs.org/archiver/-/archiver-0.5.2.tgz", "_shasum": "4e021b1fea5d902201f4886fca6a19fcc760083b", "_shrinkwrap": null, "_spec": "archiver@0.5.2", "_where": "/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib", "author": { "name": "Chris Talkington", "url": "http://christalkington.com/" }, "bugs": { "url": "https://github.com/ctalkington/node-archiver/issues" }, "dependencies": { "file-utils": "~0.1.5", "lazystream": "~0.1.0", "lodash": "~2.4.1", "readable-stream": "~1.0.24", "zip-stream": "~0.1.0" }, "description": "Creates Archives (ZIP) via Node Streams.", "devDependencies": { "chai": "~1.8.1", "mkdirp": "~0.3.5", "mocha": "~1.16.0", "rimraf": "~2.2.0", "stream-bench": "~0.1.2" }, "directories": {}, "dist": { "shasum": "4e021b1fea5d902201f4886fca6a19fcc760083b", "tarball": "https://registry.npmjs.org/archiver/-/archiver-0.5.2.tgz" }, "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/ctalkington/node-archiver", "keywords": [ "archive", "archiver", "zip", "tar" ], "licenses": [ { "type": "MIT", "url": "https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT" } ], "main": "lib/archiver.js", "maintainers": [ { "name": "ctalkington", "email": "chris@christalkington.com" } ], "name": "archiver", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/ctalkington/node-archiver.git" }, "scripts": { "bench": "node benchmark/simple/pack-zip.js", "test": "mocha --reporter dot" }, "version": "0.5.2" }