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
70
node_modules/cint/package.json
generated
vendored
Normal file
70
node_modules/cint/package.json
generated
vendored
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"_from": "cint@^8.2.1",
|
||||
"_id": "cint@8.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-cDhrG0jidz0NYxZqVa/5TvRFahI=",
|
||||
"_location": "/cint",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cint@^8.2.1",
|
||||
"name": "cint",
|
||||
"escapedName": "cint",
|
||||
"rawSpec": "^8.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^8.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cint/-/cint-8.2.1.tgz",
|
||||
"_shasum": "70386b1b48e2773d0d63166a55aff94ef4456a12",
|
||||
"_spec": "cint@^8.2.1",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"author": {
|
||||
"name": "Raine Lourie"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/metaraine/cint/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "A library of Javascript utility functions with an emphasis on Functional Programming.",
|
||||
"devDependencies": {
|
||||
"chai": "^2.0.0",
|
||||
"gulp": "^3.5.2",
|
||||
"gulp-clean": "^0.2.4",
|
||||
"gulp-header": "^1.0.2",
|
||||
"gulp-jshint": "^1.4.2",
|
||||
"gulp-open": "^0.2.8",
|
||||
"gulp-rename": "^1.1.0",
|
||||
"gulp-template": "^0.1.1",
|
||||
"gulp-uglify": "^0.2.1",
|
||||
"gulp-util": "^2.2.14",
|
||||
"jshint-stylish": "^0.1.5",
|
||||
"lodash.assign": "^2.4.1",
|
||||
"mocha": "^2.1.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"gitHead": "ba9f4a85fd605fdad2bde942d59b57c7415bd709",
|
||||
"homepage": "https://github.com/metaraine/cint#readme",
|
||||
"keywords": [
|
||||
"functional",
|
||||
"utility"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "cint.js",
|
||||
"name": "cint",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/metaraine/cint.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "8.2.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue