mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-26 15:36:06 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
53
node_modules/stealthy-require/package.json
generated
vendored
Normal file
53
node_modules/stealthy-require/package.json
generated
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"name": "stealthy-require",
|
||||
"version": "1.1.1",
|
||||
"description": "The closest you can get to require something with bypassing the require cache",
|
||||
"keywords": [
|
||||
"require",
|
||||
"bypass",
|
||||
"no",
|
||||
"cache",
|
||||
"fresh"
|
||||
],
|
||||
"main": "./lib/index.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/analog-nico/stealthy-require.git"
|
||||
},
|
||||
"author": "Nicolai Kamenzky (https://github.com/analog-nico)",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/analog-nico/stealthy-require/issues"
|
||||
},
|
||||
"homepage": "https://github.com/analog-nico/stealthy-require#readme",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"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"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz"
|
||||
,"_integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks="
|
||||
,"_from": "stealthy-require@1.1.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue