package.json 1.97 KB
{
  "_args": [
    [
      "compress-commons@2.1.1",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_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": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "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"
}