mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
90
node_modules/request-promise-native/package.json
generated
vendored
90
node_modules/request-promise-native/package.json
generated
vendored
|
@ -1,90 +0,0 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"request-promise-native@1.0.7",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "request-promise-native@1.0.7",
|
||||
"_id": "request-promise-native@1.0.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==",
|
||||
"_location": "/request-promise-native",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "request-promise-native@1.0.7",
|
||||
"name": "request-promise-native",
|
||||
"escapedName": "request-promise-native",
|
||||
"rawSpec": "1.0.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz",
|
||||
"_spec": "1.0.7",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
"url": "https://github.com/analog-nico"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/request/request-promise-native/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"request-promise-core": "1.1.2",
|
||||
"stealthy-require": "^1.1.1",
|
||||
"tough-cookie": "^2.3.3"
|
||||
},
|
||||
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
|
||||
"devDependencies": {
|
||||
"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",
|
||||
"lodash": "~4.13.1",
|
||||
"publish-please": "~2.1.4",
|
||||
"request": "^2.34.0",
|
||||
"rimraf": "~2.5.3",
|
||||
"run-sequence": "~1.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
},
|
||||
"homepage": "https://github.com/request/request-promise-native#readme",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"http",
|
||||
"https",
|
||||
"promise",
|
||||
"request",
|
||||
"then",
|
||||
"thenable",
|
||||
"native"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "./lib/rp.js",
|
||||
"name": "request-promise-native",
|
||||
"peerDependencies": {
|
||||
"request": "^2.34"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/request/request-promise-native.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "publish-please guard",
|
||||
"publish-please": "publish-please",
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.0.7"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue