|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "yauzl@2.10.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "yauzl@2.10.0",
- "_id": "yauzl@2.10.0",
- "_inBundle": false,
- "_integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
- "_location": "/yauzl",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "yauzl@2.10.0",
- "name": "yauzl",
- "escapedName": "yauzl",
- "rawSpec": "2.10.0",
- "saveSpec": null,
- "fetchSpec": "2.10.0"
- },
- "_requiredBy": [
- "/electron-chromedriver/extract-zip",
- "/extract-zip",
- "/puppeteer-core/extract-zip"
- ],
- "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
- "_spec": "2.10.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Josh Wolfe",
- "email": "thejoshwolfe@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/thejoshwolfe/yauzl/issues"
- },
- "dependencies": {
- "buffer-crc32": "~0.2.3",
- "fd-slicer": "~1.1.0"
- },
- "description": "yet another unzip library for node",
- "devDependencies": {
- "bl": "~1.0.0",
- "istanbul": "~0.3.4",
- "pend": "~1.2.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/thejoshwolfe/yauzl",
- "keywords": [
- "unzip",
- "zip",
- "stream",
- "archive",
- "file"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "yauzl",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/thejoshwolfe/yauzl.git"
- },
- "scripts": {
- "test": "node test/test.js",
- "test-cov": "istanbul cover test/test.js",
- "test-travis": "istanbul cover --report lcovonly test/test.js"
- },
- "version": "2.10.0"
- }
|