mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Run npm install so have clear baseline
This commit is contained in:
78
node_modules/emittery/package.json
generated
vendored
78
node_modules/emittery/package.json
generated
vendored
@@ -1,25 +1,61 @@
|
||||
{
|
||||
"name": "emittery",
|
||||
"version": "0.6.0",
|
||||
"description": "Simple and modern async event emitter",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/emittery",
|
||||
"funding": "https://github.com/sindresorhus/emittery?sponsor=1",
|
||||
"_args": [
|
||||
[
|
||||
"emittery@0.6.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "emittery@0.6.0",
|
||||
"_id": "emittery@0.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6EMRGr9KzYWp8DzHFZsKVZBsMO6QhAeHMeHND8rhyBNCHKMLpgW9tZv40bwN3rAIKRS5CxcK8oLRKUJSB9h7yQ==",
|
||||
"_location": "/emittery",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "emittery@0.6.0",
|
||||
"name": "emittery",
|
||||
"escapedName": "emittery",
|
||||
"rawSpec": "0.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/emittery/-/emittery-0.6.0.tgz",
|
||||
"_spec": "0.6.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/emittery/issues"
|
||||
},
|
||||
"description": "Simple and modern async event emitter",
|
||||
"devDependencies": {
|
||||
"@types/node": "^13.7.5",
|
||||
"ava": "^2.4.0",
|
||||
"codecov": "^3.1.0",
|
||||
"delay": "^4.3.0",
|
||||
"nyc": "^15.0.0",
|
||||
"p-event": "^4.1.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sindresorhus/emittery?sponsor=1",
|
||||
"homepage": "https://github.com/sindresorhus/emittery#readme",
|
||||
"keywords": [
|
||||
"event",
|
||||
"emitter",
|
||||
@@ -47,21 +83,21 @@
|
||||
"ts",
|
||||
"typed"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^13.7.5",
|
||||
"ava": "^2.4.0",
|
||||
"codecov": "^3.1.0",
|
||||
"delay": "^4.3.0",
|
||||
"nyc": "^15.0.0",
|
||||
"p-event": "^4.1.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "emittery",
|
||||
"nyc": {
|
||||
"reporter": [
|
||||
"html",
|
||||
"lcov",
|
||||
"text"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/emittery.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc ava && tsd"
|
||||
},
|
||||
"version": "0.6.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user