| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "compress-commons@^4.1.2",
- "_id": "compress-commons@4.1.2",
- "_inBundle": false,
- "_integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
- "_location": "/compress-commons",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "compress-commons@^4.1.2",
- "name": "compress-commons",
- "escapedName": "compress-commons",
- "rawSpec": "^4.1.2",
- "saveSpec": null,
- "fetchSpec": "^4.1.2"
- },
- "_requiredBy": [
- "/zip-stream"
- ],
- "_resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz",
- "_shasum": "6542e59cb63e1f46a8b21b0e06f9a32e4c8b06df",
- "_spec": "compress-commons@^4.1.2",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\zip-stream",
- "author": {
- "name": "Chris Talkington",
- "url": "http://christalkington.com/"
- },
- "bugs": {
- "url": "https://github.com/archiverjs/node-compress-commons/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "buffer-crc32": "^0.2.13",
- "crc32-stream": "^4.0.2",
- "normalize-path": "^3.0.0",
- "readable-stream": "^3.6.0"
- },
- "deprecated": false,
- "description": "a library that defines a common interface for working with archive formats within node",
- "devDependencies": {
- "chai": "4.3.8",
- "mkdirp": "2.1.6",
- "mocha": "9.2.2",
- "rimraf": "3.0.2"
- },
- "engines": {
- "node": ">= 10"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/archiverjs/node-compress-commons",
- "keywords": [
- "compress",
- "commons",
- "archive"
- ],
- "license": "MIT",
- "main": "lib/compress-commons.js",
- "name": "compress-commons",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/archiverjs/node-compress-commons.git"
- },
- "scripts": {
- "test": "mocha --reporter dot"
- },
- "version": "4.1.2"
- }
|