mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
41
node_modules/which-module/package.json
generated
vendored
Normal file
41
node_modules/which-module/package.json
generated
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "which-module",
|
||||
"version": "2.0.0",
|
||||
"description": "Find the module object for something that was require()d",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "standard",
|
||||
"test": "nyc ava",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nexdrew/which-module.git"
|
||||
},
|
||||
"keywords": [
|
||||
"which",
|
||||
"module",
|
||||
"exports",
|
||||
"filename",
|
||||
"require",
|
||||
"reverse",
|
||||
"lookup"
|
||||
],
|
||||
"author": "nexdrew",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nexdrew/which-module/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nexdrew/which-module#readme",
|
||||
"devDependencies": {
|
||||
"ava": "^0.19.1",
|
||||
"coveralls": "^2.13.1",
|
||||
"nyc": "^10.3.0",
|
||||
"standard": "^10.0.2",
|
||||
"standard-version": "^4.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue