12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "archiver@3.1.1",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "archiver@3.1.1",
- "_id": "archiver@3.1.1",
- "_inBundle": false,
- "_integrity": "sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==",
- "_location": "/archiver",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "archiver@3.1.1",
- "name": "archiver",
- "escapedName": "archiver",
- "rawSpec": "3.1.1",
- "saveSpec": null,
- "fetchSpec": "3.1.1"
- },
- "_requiredBy": [
- "/filemanager-webpack-plugin"
- ],
- "_resolved": "https://registry.npmjs.org/archiver/-/archiver-3.1.1.tgz",
- "_spec": "3.1.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Chris Talkington",
- "url": "http://christalkington.com/"
- },
- "bugs": {
- "url": "https://github.com/archiverjs/node-archiver/issues"
- },
- "dependencies": {
- "archiver-utils": "^2.1.0",
- "async": "^2.6.3",
- "buffer-crc32": "^0.2.1",
- "glob": "^7.1.4",
- "readable-stream": "^3.4.0",
- "tar-stream": "^2.1.0",
- "zip-stream": "^2.1.2"
- },
- "description": "a streaming interface for archive generation",
- "devDependencies": {
- "archiver-jsdoc-theme": "^1.1.1",
- "chai": "^4.2.0",
- "jsdoc": "^3.6.3",
- "mkdirp": "^0.5.0",
- "mocha": "^6.2.0",
- "rimraf": "^2.6.3",
- "stream-bench": "^0.1.2",
- "tar": "^4.4.10",
- "yauzl": "^2.9.0"
- },
- "engines": {
- "node": ">= 6"
- },
- "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": "3.1.1"
- }
|