mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
publishing v1 of action
This commit is contained in:
108
node_modules/unzipper/package.json
generated
vendored
Normal file
108
node_modules/unzipper/package.json
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"unzipper@0.10.5",
|
||||
"/Users/paul/src/codeartisans/gradle-command-action"
|
||||
]
|
||||
],
|
||||
"_from": "unzipper@0.10.5",
|
||||
"_id": "unzipper@0.10.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-i5ufkXNjWZYxU/0nKKf6LkvW8kn9YzRvfwuPWjXP+JTFce/8bqeR0gEfbiN2IDdJa6ZU6/2IzFRLK0z1v0uptw==",
|
||||
"_location": "/unzipper",
|
||||
"_phantomChildren": {
|
||||
"core-util-is": "1.0.2",
|
||||
"graceful-fs": "4.2.2",
|
||||
"inherits": "2.0.4",
|
||||
"isarray": "1.0.0",
|
||||
"mkdirp": "0.5.1",
|
||||
"process-nextick-args": "2.0.1",
|
||||
"rimraf": "2.7.1",
|
||||
"safe-buffer": "5.1.2",
|
||||
"util-deprecate": "1.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unzipper@0.10.5",
|
||||
"name": "unzipper",
|
||||
"escapedName": "unzipper",
|
||||
"rawSpec": "0.10.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.10.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.5.tgz",
|
||||
"_spec": "0.10.5",
|
||||
"_where": "/Users/paul/src/codeartisans/gradle-command-action",
|
||||
"author": {
|
||||
"name": "Evan Oxfeld",
|
||||
"email": "eoxfeld@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ZJONSSON/node-unzipper/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ziggy Jonsson",
|
||||
"email": "ziggy.jonsson.nyc@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Evan Oxfeld",
|
||||
"email": "eoxfeld@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Joe Ferner",
|
||||
"email": "joe.ferner@nearinfinity.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"big-integer": "^1.6.17",
|
||||
"binary": "~0.3.0",
|
||||
"bluebird": "~3.4.1",
|
||||
"buffer-indexof-polyfill": "~1.0.0",
|
||||
"duplexer2": "~0.1.4",
|
||||
"fstream": "^1.0.12",
|
||||
"graceful-fs": "^4.2.2",
|
||||
"listenercount": "~1.0.1",
|
||||
"readable-stream": "~2.3.6",
|
||||
"setimmediate": "~1.0.4"
|
||||
},
|
||||
"description": "Unzip cross-platform streaming API ",
|
||||
"devDependencies": {
|
||||
"aws-sdk": "^2.77.0",
|
||||
"dirdiff": ">= 0.0.1 < 1",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"request": "^2.88.0",
|
||||
"stream-buffers": ">= 0.2.5 < 1",
|
||||
"tap": ">= 0.3.0 < 1",
|
||||
"temp": ">= 0.4.0 < 1"
|
||||
},
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/ZJONSSON/node-unzipper#readme",
|
||||
"keywords": [
|
||||
"zip",
|
||||
"unzip",
|
||||
"zlib",
|
||||
"uncompress",
|
||||
"archive",
|
||||
"stream",
|
||||
"extract"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "unzip.js",
|
||||
"name": "unzipper",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ZJONSSON/node-unzipper.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js --jobs=10 --coverage-report=html --no-browser"
|
||||
},
|
||||
"version": "0.10.5"
|
||||
}
|
||||
Reference in New Issue
Block a user