| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "adm-zip@^0.5.10",
- "_id": "adm-zip@0.5.10",
- "_inBundle": false,
- "_integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==",
- "_location": "/adm-zip",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "adm-zip@^0.5.10",
- "name": "adm-zip",
- "escapedName": "adm-zip",
- "rawSpec": "^0.5.10",
- "saveSpec": null,
- "fetchSpec": "^0.5.10"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/adm-zip/-/adm-zip-0.5.10.tgz",
- "_shasum": "4a51d5ab544b1f5ce51e1b9043139b639afff45b",
- "_spec": "adm-zip@^0.5.10",
- "_where": "/home/ab/workspace/TypeMark",
- "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"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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.3.4",
- "mocha": "^10.2.0",
- "prettier": "^2.2.1",
- "rimraf": "^3.0.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "files": [
- "adm-zip.js",
- "headers",
- "methods",
- "util",
- "zipEntry.js",
- "zipFile.js",
- "LICENSE"
- ],
- "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": {
- "format": "npm run format:prettier",
- "format:prettier": "npm run format:prettier:raw -- --write",
- "format:prettier:raw": "prettier \"**/*.{js,yml,json}\"",
- "test": "mocha -R spec",
- "test:format": "npm run format:prettier:raw -- --check"
- },
- "version": "0.5.10"
- }
|