mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 14:24:46 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
64
node_modules/request-promise-core/package.json
generated
vendored
Normal file
64
node_modules/request-promise-core/package.json
generated
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "request-promise-core",
|
||||
"version": "1.1.2",
|
||||
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"http",
|
||||
"https",
|
||||
"promise",
|
||||
"request",
|
||||
"then",
|
||||
"thenable",
|
||||
"core"
|
||||
],
|
||||
"main": "./lib/plumbing.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/gulp ci",
|
||||
"test-publish": "./node_modules/.bin/gulp ci-no-cov",
|
||||
"publish-please": "publish-please",
|
||||
"prepublish": "publish-please guard"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/request/promise-core.git"
|
||||
},
|
||||
"author": "Nicolai Kamenzky (https://github.com/analog-nico)",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/request/promise-core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/request/promise-core#readme",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"request": "^2.34"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@request/api": "^0.6.0",
|
||||
"@request/client": "^0.1.0",
|
||||
"bluebird": "~3.4.1",
|
||||
"body-parser": "~1.15.2",
|
||||
"chai": "~3.5.0",
|
||||
"chalk": "~1.1.3",
|
||||
"gulp": "~3.9.1",
|
||||
"gulp-coveralls": "~0.1.4",
|
||||
"gulp-eslint": "~2.1.0",
|
||||
"gulp-istanbul": "~1.0.0",
|
||||
"gulp-mocha": "~2.2.0",
|
||||
"node-version": "~1.0.0",
|
||||
"publish-please": "~5.4.3",
|
||||
"request": "^2.34.0",
|
||||
"rimraf": "~2.5.3",
|
||||
"run-sequence": "~1.2.2",
|
||||
"stealthy-require": "~1.0.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz"
|
||||
,"_integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag=="
|
||||
,"_from": "request-promise-core@1.1.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue