mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 21:14:45 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
66
node_modules/nice-try/package.json
generated
vendored
66
node_modules/nice-try/package.json
generated
vendored
|
@ -1,65 +1,37 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"nice-try@1.0.5",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "nice-try@1.0.5",
|
||||
"_id": "nice-try@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
|
||||
"_location": "/nice-try",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nice-try@1.0.5",
|
||||
"name": "nice-try",
|
||||
"escapedName": "nice-try",
|
||||
"rawSpec": "1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cross-spawn"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
||||
"_spec": "1.0.5",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-node",
|
||||
"name": "nice-try",
|
||||
"version": "1.0.5",
|
||||
"authors": [
|
||||
"Tobias Reich <tobias@electerious.com>"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/electerious/nice-try/issues"
|
||||
},
|
||||
"description": "Tries to execute a function and discards any error that occurs",
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.0",
|
||||
"mocha": "^5.1.1",
|
||||
"nyc": "^12.0.1"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"homepage": "https://github.com/electerious/nice-try",
|
||||
"main": "src/index.js",
|
||||
"keywords": [
|
||||
"try",
|
||||
"catch",
|
||||
"error"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "nice-try",
|
||||
"homepage": "https://github.com/electerious/nice-try",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/electerious/nice-try.git"
|
||||
"url": "https://github.com/electerious/nice-try.git"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "nyc node_modules/mocha/bin/_mocha"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.0",
|
||||
"nyc": "^12.0.1",
|
||||
"mocha": "^5.1.1"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
|
||||
,"_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
|
||||
,"_from": "nice-try@1.0.5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue