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
71
node_modules/ignore-walk/package.json
generated
vendored
Normal file
71
node_modules/ignore-walk/package.json
generated
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"_from": "ignore-walk@^3.0.1",
|
||||
"_id": "ignore-walk@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==",
|
||||
"_location": "/ignore-walk",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ignore-walk@^3.0.1",
|
||||
"name": "ignore-walk",
|
||||
"escapedName": "ignore-walk",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-packlist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.2.tgz",
|
||||
"_shasum": "99d83a246c196ea5c93ef9315ad7b0819c35069b",
|
||||
"_spec": "ignore-walk@^3.0.1",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-packlist",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/ignore-walk/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"minimatch": "^3.0.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
|
||||
"devDependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"mutate-fs": "^1.1.0",
|
||||
"rimraf": "^2.6.1",
|
||||
"tap": "^12.7.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/isaacs/ignore-walk#readme",
|
||||
"keywords": [
|
||||
"ignorefile",
|
||||
"ignore",
|
||||
"file",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
"glob"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "ignore-walk",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/isaacs/ignore-walk.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postpublish": "git push origin --all; git push origin --tags",
|
||||
"postversion": "npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "tap test/*.js --100"
|
||||
},
|
||||
"version": "3.0.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue