1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "compress-commons@2.1.1",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "compress-commons@2.1.1",
- "_id": "compress-commons@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==",
- "_location": "/compress-commons",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "compress-commons@2.1.1",
- "name": "compress-commons",
- "escapedName": "compress-commons",
- "rawSpec": "2.1.1",
- "saveSpec": null,
- "fetchSpec": "2.1.1"
- },
- "_requiredBy": [
- "/zip-stream"
- ],
- "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz",
- "_spec": "2.1.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Chris Talkington",
- "url": "http://christalkington.com/"
- },
- "bugs": {
- "url": "https://github.com/archiverjs/node-compress-commons/issues"
- },
- "dependencies": {
- "buffer-crc32": "^0.2.13",
- "crc32-stream": "^3.0.1",
- "normalize-path": "^3.0.0",
- "readable-stream": "^2.3.6"
- },
- "description": "a library that defines a common interface for working with archive formats within node",
- "devDependencies": {
- "chai": "^4.0.0",
- "mkdirp": "^0.5.0",
- "mocha": "^5.0.0",
- "rimraf": "^2.4.3"
- },
- "engines": {
- "node": ">= 6"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/archiverjs/node-compress-commons",
- "keywords": [
- "compress",
- "commons",
- "archive"
- ],
- "license": "MIT",
- "main": "lib/compress-commons.js",
- "name": "compress-commons",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/archiverjs/node-compress-commons.git"
- },
- "scripts": {
- "test": "mocha --reporter dot"
- },
- "version": "2.1.1"
- }
|