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
58
node_modules/jsonparse/package.json
generated
vendored
Normal file
58
node_modules/jsonparse/package.json
generated
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"_from": "jsonparse@^1.2.0",
|
||||
"_id": "jsonparse@1.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
|
||||
"_location": "/jsonparse",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jsonparse@^1.2.0",
|
||||
"name": "jsonparse",
|
||||
"escapedName": "jsonparse",
|
||||
"rawSpec": "^1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/JSONStream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
||||
"_shasum": "3f4dae4a91fac315f71062f8521cc239f1366280",
|
||||
"_spec": "jsonparse@^1.2.0",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/JSONStream",
|
||||
"author": {
|
||||
"name": "Tim Caswell",
|
||||
"email": "tim@creationix.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/creationix/jsonparse/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "This is a pure-js JSON streaming parser for node.js",
|
||||
"devDependencies": {
|
||||
"tap": "~0.3.3",
|
||||
"tape": "~0.1.1"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.2.0"
|
||||
],
|
||||
"homepage": "https://github.com/creationix/jsonparse#readme",
|
||||
"license": "MIT",
|
||||
"main": "jsonparse.js",
|
||||
"name": "jsonparse",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/creationix/jsonparse.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"tags": [
|
||||
"json",
|
||||
"stream"
|
||||
],
|
||||
"version": "1.3.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue