mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-25 15:14:46 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
73
node_modules/util.promisify/package.json
generated
vendored
Normal file
73
node_modules/util.promisify/package.json
generated
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"util.promisify@1.0.0",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "util.promisify@1.0.0",
|
||||
"_id": "util.promisify@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
|
||||
"_location": "/util.promisify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "util.promisify@1.0.0",
|
||||
"name": "util.promisify",
|
||||
"escapedName": "util.promisify",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/realpath-native"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ljharb/util.promisify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"define-properties": "^1.1.2",
|
||||
"object.getownpropertydescriptors": "^2.0.3"
|
||||
},
|
||||
"description": "Polyfill/shim for util.promisify in node versions < v8",
|
||||
"devDependencies": {
|
||||
"@es-shims/api": "^1.2.0",
|
||||
"@ljharb/eslint-config": "^11.0.0",
|
||||
"eslint": "^3.19.0",
|
||||
"safe-publish-latest": "^1.1.1"
|
||||
},
|
||||
"homepage": "https://github.com/ljharb/util.promisify#readme",
|
||||
"keywords": [
|
||||
"promisify",
|
||||
"promise",
|
||||
"util",
|
||||
"polyfill",
|
||||
"shim",
|
||||
"util.promisify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "util.promisify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ljharb/util.promisify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only",
|
||||
"tests-only": "es-shim-api --bound"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue