1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "archiver-utils@^1.3.0",
- "_id": "archiver-utils@1.3.0",
- "_inBundle": false,
- "_integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
- "_location": "/archiver-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174",
- "_spec": "archiver-utils@^1.3.0",
- "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/archiver",
- "author": {
- "name": "Chris Talkington",
- "url": "http://christalkington.com/"
- },
- "bugs": {
- "url": "https://github.com/archiverjs/archiver-utils/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|