123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "archiver@5.3.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "archiver@5.3.0",
- "_id": "archiver@5.3.0",
- "_inBundle": false,
- "_integrity": "sha512-iUw+oDwK0fgNpvveEsdQ0Ase6IIKztBJU2U0E9MzszMfmVVUyv1QJhS2ITW9ZCqx8dktAxVAjWWkKehuZE8OPg==",
- "_location": "/archiver",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "archiver@5.3.0",
- "name": "archiver",
- "escapedName": "archiver",
- "rawSpec": "5.3.0",
- "saveSpec": null,
- "fetchSpec": "5.3.0"
- },
- "_requiredBy": [
- "/webdriverio"
- ],
- "_resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.0.tgz",
- "_spec": "5.3.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Chris Talkington",
- "url": "http://christalkington.com/"
- },
- "bugs": {
- "url": "https://github.com/archiverjs/node-archiver/issues"
- },
- "dependencies": {
- "archiver-utils": "^2.1.0",
- "async": "^3.2.0",
- "buffer-crc32": "^0.2.1",
- "readable-stream": "^3.6.0",
- "readdir-glob": "^1.0.0",
- "tar-stream": "^2.2.0",
- "zip-stream": "^4.1.0"
- },
- "description": "a streaming interface for archive generation",
- "devDependencies": {
- "archiver-jsdoc-theme": "^1.1.3",
- "chai": "^4.2.0",
- "jsdoc": "^3.6.4",
- "mkdirp": "^1.0.4",
- "mocha": "^8.0.1",
- "rimraf": "^3.0.2",
- "stream-bench": "^0.1.2",
- "tar": "^6.1.0",
- "yauzl": "^2.9.0"
- },
- "engines": {
- "node": ">= 10"
- },
- "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",
- "test": "mocha --reporter dot"
- },
- "version": "5.3.0"
- }
|