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
63
node_modules/json-parse-helpfulerror/package.json
generated
vendored
Normal file
63
node_modules/json-parse-helpfulerror/package.json
generated
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"_from": "json-parse-helpfulerror@^1.0.3",
|
||||
"_id": "json-parse-helpfulerror@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-E/FM4C7tTpgSl7ZOueO5MuLdE9w=",
|
||||
"_location": "/json-parse-helpfulerror",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "json-parse-helpfulerror@^1.0.3",
|
||||
"name": "json-parse-helpfulerror",
|
||||
"escapedName": "json-parse-helpfulerror",
|
||||
"rawSpec": "^1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz",
|
||||
"_shasum": "13f14ce02eed4e981297b64eb9e3b932e2dd13dc",
|
||||
"_spec": "json-parse-helpfulerror@^1.0.3",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"author": {
|
||||
"name": "Sam Mikes",
|
||||
"email": "smikes@cubane.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/smikes/json-parse-helpfulerror/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"jju": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A drop-in replacement for JSON.parse that uses `jju` to give helpful errors",
|
||||
"devDependencies": {
|
||||
"code": "^1.2.1",
|
||||
"jslint": "^0.7.1",
|
||||
"lab": "^5.1.1"
|
||||
},
|
||||
"homepage": "https://github.com/smikes/json-parse-helpfulerror",
|
||||
"keywords": [
|
||||
"json",
|
||||
"parse",
|
||||
"line",
|
||||
"doublequote",
|
||||
"error"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "json-parse-helpfulerror",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/smikes/json-parse-helpfulerror.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jslint --edition=latest --terse *.js",
|
||||
"test": "lab -c"
|
||||
},
|
||||
"version": "1.0.3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue