UNPKG

cloudworker-proxy

Version:
79 lines (78 loc) 2.07 kB
{ "_args": [ [ "adm-zip@0.4.16", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "adm-zip@0.4.16", "_id": "adm-zip@0.4.16", "_inBundle": false, "_integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==", "_location": "/adm-zip", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "adm-zip@0.4.16", "name": "adm-zip", "escapedName": "adm-zip", "rawSpec": "0.4.16", "saveSpec": null, "fetchSpec": "0.4.16" }, "_requiredBy": [ "/@serverless/components", "/@serverless/enterprise-plugin/@serverless/platform-client", "/@serverless/platform-client" ], "_resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz", "_spec": "0.4.16", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Nasca Iacob", "email": "sy@another-d-mention.ro", "url": "https://github.com/cthackers" }, "bugs": { "url": "https://github.com/cthackers/adm-zip/issues", "email": "sy@another-d-mention.ro" }, "description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk", "devDependencies": { "chai": "^4.1.2", "mocha": "^8.0.1", "rimraf": "^2.6.2" }, "engines": { "node": ">=0.3.0" }, "files": [ "adm-zip.js", "headers", "methods", "util", "zipEntry.js", "zipFile.js", "MIT-LICENSE.txt" ], "homepage": "https://github.com/cthackers/adm-zip", "keywords": [ "zip", "methods", "archive", "unzip" ], "license": "MIT", "main": "adm-zip.js", "name": "adm-zip", "repository": { "type": "git", "url": "git+https://github.com/cthackers/adm-zip.git" }, "scripts": { "test": "mocha test/mocha.js test/crc/index.js" }, "version": "0.4.16" }