package.json 2.03 KB
{
  "_from": "compress-commons@^4.1.0",
  "_id": "compress-commons@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ofaaLqfraD1YRTkrRKPCrGJ1pFeDG/MVCkVVV2FNGeWquSlqw5wOrwOfPQ1xF2u+blpeWASie5EubHz+vsNIgA==",
  "_location": "/compress-commons",
  "_phantomChildren": {
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compress-commons@^4.1.0",
    "name": "compress-commons",
    "escapedName": "compress-commons",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/zip-stream"
  ],
  "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.0.tgz",
  "_shasum": "25ec7a4528852ccd1d441a7d4353cd0ece11371b",
  "_spec": "compress-commons@^4.1.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\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.1",
    "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.0.0",
    "mkdirp": "^1.0.4",
    "mocha": "^8.0.1",
    "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.0"
}