1
0
Fork 0
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:
shimataro 2019-09-18 20:39:54 +09:00 committed by GitHub
parent 8deacc95b1
commit ace1e6a69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3750 changed files with 1155519 additions and 0 deletions

65
node_modules/validate-npm-package-name/package.json generated vendored Normal file
View file

@ -0,0 +1,65 @@
{
"_from": "validate-npm-package-name@^3.0.0",
"_id": "validate-npm-package-name@3.0.0",
"_inBundle": false,
"_integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=",
"_location": "/validate-npm-package-name",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "validate-npm-package-name@^3.0.0",
"name": "validate-npm-package-name",
"escapedName": "validate-npm-package-name",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/npm-package-arg"
],
"_resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
"_shasum": "5fa912d81eb7d0c74afc140de7317f0ca7df437e",
"_spec": "validate-npm-package-name@^3.0.0",
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-package-arg",
"author": {
"name": "zeke"
},
"bugs": {
"url": "https://github.com/npm/validate-npm-package-name/issues"
},
"bundleDependencies": false,
"dependencies": {
"builtins": "^1.0.3"
},
"deprecated": false,
"description": "Give me a string and I'll tell you if it's a valid npm package name",
"devDependencies": {
"standard": "^8.6.0",
"tap": "^10.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/npm/validate-npm-package-name",
"keywords": [
"npm",
"package",
"names",
"validation"
],
"license": "ISC",
"main": "index.js",
"name": "validate-npm-package-name",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/validate-npm-package-name.git"
},
"scripts": {
"cov:test": "TAP_FLAGS='--cov' npm run test:code",
"test": "npm run test:code && npm run test:style",
"test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
"test:style": "standard"
},
"version": "3.0.0"
}