mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
68
node_modules/tslint/node_modules/semver/package.json
generated
vendored
68
node_modules/tslint/node_modules/semver/package.json
generated
vendored
@@ -1,64 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"semver@5.7.1",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "semver@5.7.1",
|
||||
"_id": "semver@5.7.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
||||
"_location": "/tslint/semver",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "semver@5.7.1",
|
||||
"name": "semver",
|
||||
"escapedName": "semver",
|
||||
"rawSpec": "5.7.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.7.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
||||
"_spec": "5.7.1",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"bin": {
|
||||
"semver": "bin/semver"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/npm/node-semver/issues"
|
||||
},
|
||||
"name": "semver",
|
||||
"version": "5.7.1",
|
||||
"description": "The semantic version parser used by npm.",
|
||||
"main": "semver.js",
|
||||
"scripts": {
|
||||
"test": "tap",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"postpublish": "git push origin --all; git push origin --tags"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "^13.0.0-rc.18"
|
||||
},
|
||||
"license": "ISC",
|
||||
"repository": "https://github.com/npm/node-semver",
|
||||
"bin": {
|
||||
"semver": "./bin/semver"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"range.bnf",
|
||||
"semver.js"
|
||||
],
|
||||
"homepage": "https://github.com/npm/node-semver#readme",
|
||||
"license": "ISC",
|
||||
"main": "semver.js",
|
||||
"name": "semver",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/npm/node-semver.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postpublish": "git push origin --all; git push origin --tags",
|
||||
"postversion": "npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "tap"
|
||||
},
|
||||
"tap": {
|
||||
"check-coverage": true
|
||||
},
|
||||
"version": "5.7.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
102
node_modules/tslint/package.json
generated
vendored
102
node_modules/tslint/package.json
generated
vendored
@@ -1,38 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"tslint@6.1.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "tslint@6.1.0",
|
||||
"_id": "tslint@6.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fXjYd/61vU6da04E505OZQGb2VCN2Mq3doeWcOIryuG+eqdmFUXTYVwdhnbEu2k46LNLgUYt9bI5icQze/j0bQ==",
|
||||
"_location": "/tslint",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tslint@6.1.0",
|
||||
"name": "tslint",
|
||||
"escapedName": "tslint",
|
||||
"rawSpec": "6.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tslint/-/tslint-6.1.0.tgz",
|
||||
"_spec": "6.1.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "tslint",
|
||||
"version": "6.1.0",
|
||||
"description": "An extensible static analysis linter for the TypeScript language",
|
||||
"bin": {
|
||||
"tslint": "bin/tslint"
|
||||
"tslint": "./bin/tslint"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/palantir/tslint/issues"
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"scripts": {
|
||||
"clean": "npm-run-all -p clean:core clean:test",
|
||||
"clean:core": "rimraf lib",
|
||||
"clean:test": "rimraf build && rimraf test/config/node_modules",
|
||||
"docs": "node scripts/buildDocs.js",
|
||||
"compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
|
||||
"compile:core": "tsc -p src",
|
||||
"compile:scripts": "tsc -p scripts",
|
||||
"compile:test": "tsc -p test",
|
||||
"lint": "npm-run-all -p lint:from-installed lint:from-bin",
|
||||
"lint:from-bin": "node bin/tslint --project test/tsconfig.json --format codeFrame",
|
||||
"lint:from-installed": "tslint --project test/tsconfig.json --format codeFrame",
|
||||
"lint-fix": "yarn lint:from-installed --fix",
|
||||
"publish:local": "./scripts/npmPublish.sh",
|
||||
"test": "npm-run-all test:pre -p test:mocha test:rules",
|
||||
"test:pre": "cd ./test/config && npm install --no-save",
|
||||
"test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
|
||||
"test:rules": "node ./build/test/ruleTestRunner.js",
|
||||
"verify": "npm-run-all clean compile lint test docs",
|
||||
"coverage": "rimraf coverage .nyc_output && nyc npm test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
@@ -49,7 +43,9 @@
|
||||
"tslib": "^1.10.0",
|
||||
"tsutils": "^2.29.0"
|
||||
},
|
||||
"description": "An extensible static analysis linter for the TypeScript language",
|
||||
"peerDependencies": {
|
||||
"typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "^16.24.3",
|
||||
"@types/babel__code-frame": "^7.0.1",
|
||||
@@ -84,42 +80,14 @@
|
||||
"node": ">=4.8.0"
|
||||
},
|
||||
"homepage": "https://palantir.github.io/tslint",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/palantir/tslint.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cli",
|
||||
"typescript",
|
||||
"linter"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"name": "tslint",
|
||||
"peerDependencies": {
|
||||
"typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/palantir/tslint.git"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "npm-run-all -p clean:core clean:test",
|
||||
"clean:core": "rimraf lib",
|
||||
"clean:test": "rimraf build && rimraf test/config/node_modules",
|
||||
"compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
|
||||
"compile:core": "tsc -p src",
|
||||
"compile:scripts": "tsc -p scripts",
|
||||
"compile:test": "tsc -p test",
|
||||
"coverage": "rimraf coverage .nyc_output && nyc npm test",
|
||||
"docs": "node scripts/buildDocs.js",
|
||||
"lint": "npm-run-all -p lint:from-installed lint:from-bin",
|
||||
"lint-fix": "yarn lint:from-installed --fix",
|
||||
"lint:from-bin": "node bin/tslint --project test/tsconfig.json --format codeFrame",
|
||||
"lint:from-installed": "tslint --project test/tsconfig.json --format codeFrame",
|
||||
"publish:local": "./scripts/npmPublish.sh",
|
||||
"test": "npm-run-all test:pre -p test:mocha test:rules",
|
||||
"test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
|
||||
"test:pre": "cd ./test/config && npm install --no-save",
|
||||
"test:rules": "node ./build/test/ruleTestRunner.js",
|
||||
"verify": "npm-run-all clean compile lint test docs"
|
||||
},
|
||||
"typings": "./lib/index.d.ts",
|
||||
"version": "6.1.0"
|
||||
}
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user