cloudworker-proxy
Version:
An api gateway for cloudflare workers
83 lines (82 loc) • 2.18 kB
JSON
{
"_args": [
[
"compress-commons@3.0.0",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "compress-commons@3.0.0",
"_id": "compress-commons@3.0.0",
"_inBundle": false,
"_integrity": "sha512-FyDqr8TKX5/X0qo+aVfaZ+PVmNJHJeckFBlq8jZGSJOgnynhfifoyl24qaqdUdDIBe0EVTHByN6NAkqYvE/2Xg==",
"_location": "/compress-commons",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"process-nextick-args": "2.0.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "compress-commons@3.0.0",
"name": "compress-commons",
"escapedName": "compress-commons",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/zip-stream"
],
"_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"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.7"
},
"description": "a library that defines a common interface for working with archive formats within node",
"devDependencies": {
"chai": "^4.0.0",
"mkdirp": "^0.5.5",
"mocha": "^5.0.0",
"rimraf": "^2.7.1"
},
"engines": {
"node": ">= 8"
},
"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": "3.0.0"
}