1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-20 00:56:43 +00:00
setup-python/node_modules/stealthy-require/package.json
Danny McCormick 39c08a0eaa Initial pass
2019-06-26 21:12:00 -04:00

82 lines
2.1 KiB
JSON

{
"_args": [
[
"stealthy-require@1.1.1",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_from": "stealthy-require@1.1.1",
"_id": "stealthy-require@1.1.1",
"_inBundle": false,
"_integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
"_location": "/stealthy-require",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "1.1.1",
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
},
"bugs": {
"url": "https://github.com/analog-nico/stealthy-require/issues"
},
"dependencies": {},
"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"
}