mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 22:53:49 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
77
node_modules/stealthy-require/package.json
generated
vendored
Normal file
77
node_modules/stealthy-require/package.json
generated
vendored
Normal file
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"_from": "stealthy-require@^1.1.1",
|
||||
"_id": "stealthy-require@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
|
||||
"_location": "/stealthy-require",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "stealthy-require@^1.1.1",
|
||||
"name": "stealthy-require",
|
||||
"escapedName": "stealthy-require",
|
||||
"rawSpec": "^1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request-promise-native"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
|
||||
"_shasum": "35b09875b4ff49f26a777e509b3090a3226bf24b",
|
||||
"_spec": "stealthy-require@^1.1.1",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\request-promise-native",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
"url": "https://github.com/analog-nico"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/analog-nico/stealthy-require/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "The closest you can get to require something with bypassing the require cache",
|
||||
"devDependencies": {
|
||||
"bcrypt": "~1.0.2",
|
||||
"browserify": "~14.3.0",
|
||||
"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.1.1",
|
||||
"gulp-mocha": "~3.0.1",
|
||||
"mkdirp": "~0.5.1",
|
||||
"publish-please": "~2.3.1",
|
||||
"rimraf": "~2.6.1",
|
||||
"run-sequence": "~1.2.2",
|
||||
"webpack": "~1.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/analog-nico/stealthy-require#readme",
|
||||
"keywords": [
|
||||
"require",
|
||||
"bypass",
|
||||
"no",
|
||||
"cache",
|
||||
"fresh"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "./lib/index.js",
|
||||
"name": "stealthy-require",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/analog-nico/stealthy-require.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "publish-please guard",
|
||||
"publish-please": "publish-please",
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue