mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* first action! (#1)
This commit is contained in:
parent
8deacc95b1
commit
ace1e6a69a
3750 changed files with 1155519 additions and 0 deletions
82
node_modules/tar/package.json
generated
vendored
Normal file
82
node_modules/tar/package.json
generated
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"_from": "tar@^4.4.10",
|
||||
"_id": "tar@4.4.11",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-iI4zh3ktLJKaDNZKZc+fUONiQrSn9HkCFzamtb7k8FFmVilHVob7QsLX/VySAW8lAviMzMbFw4QtFb4errwgYA==",
|
||||
"_location": "/tar",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tar@^4.4.10",
|
||||
"name": "tar",
|
||||
"escapedName": "tar",
|
||||
"rawSpec": "^4.4.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.4.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/pacote"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tar/-/tar-4.4.11.tgz",
|
||||
"_shasum": "7ac09801445a3cf74445ed27499136b5240ffb73",
|
||||
"_spec": "tar@^4.4.10",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/pacote",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/npm/node-tar/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"chownr": "^1.1.1",
|
||||
"fs-minipass": "^1.2.5",
|
||||
"minipass": "^2.6.4",
|
||||
"minizlib": "^1.2.1",
|
||||
"mkdirp": "^0.5.0",
|
||||
"safe-buffer": "^5.1.2",
|
||||
"yallist": "^3.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "tar for node",
|
||||
"devDependencies": {
|
||||
"chmodr": "^1.2.0",
|
||||
"end-of-stream": "^1.4.1",
|
||||
"events-to-array": "^1.1.2",
|
||||
"mutate-fs": "^2.1.1",
|
||||
"rimraf": "^2.6.3",
|
||||
"tap": "^14.2.0",
|
||||
"tar-fs": "^1.16.3",
|
||||
"tar-stream": "^1.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.5"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/npm/node-tar#readme",
|
||||
"license": "ISC",
|
||||
"name": "tar",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/npm/node-tar.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
|
||||
"genparse": "node scripts/generate-parse-fixtures.js",
|
||||
"postpublish": "git push origin --follow-tags",
|
||||
"postversion": "npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "tap"
|
||||
},
|
||||
"tap": {
|
||||
"coverage-map": "map.js",
|
||||
"check-coverage": true
|
||||
},
|
||||
"version": "4.4.11"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue