mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
103
node_modules/tsutils/package.json
generated
vendored
103
node_modules/tsutils/package.json
generated
vendored
@@ -1,43 +1,35 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"tsutils@2.29.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "tsutils@2.29.0",
|
||||
"_id": "tsutils@2.29.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",
|
||||
"_location": "/tsutils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tsutils@2.29.0",
|
||||
"name": "tsutils",
|
||||
"escapedName": "tsutils",
|
||||
"rawSpec": "2.29.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.29.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",
|
||||
"_spec": "2.29.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Klaus Meinhardt"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ajafff/tsutils/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^1.8.1"
|
||||
},
|
||||
"name": "tsutils",
|
||||
"version": "2.29.0",
|
||||
"description": "utilities for working with typescript's AST",
|
||||
"scripts": {
|
||||
"compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
|
||||
"lint:tslint": "wotan -m @fimbul/valtyr",
|
||||
"lint:wotan": "wotan",
|
||||
"lint": "run-p lint:*",
|
||||
"test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
|
||||
"verify": "run-s compile lint coverage",
|
||||
"prepublishOnly": "npm run verify",
|
||||
"coverage": "nyc npm test",
|
||||
"report-coverage": "cat ./coverage/lcov.info | coveralls",
|
||||
"github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
|
||||
"postpublish": "git push origin master --tags; npm run github-release"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ajafff/tsutils"
|
||||
},
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"ts",
|
||||
"ast",
|
||||
"typeguard",
|
||||
"utils",
|
||||
"helper",
|
||||
"node"
|
||||
],
|
||||
"author": "Klaus Meinhardt",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@fimbul/valtyr": "^0.12.0",
|
||||
"@fimbul/wotan": "^0.12.0",
|
||||
@@ -54,37 +46,10 @@
|
||||
"tslint-consistent-codestyle": "^1.11.0",
|
||||
"typescript": "^3.0.0-rc"
|
||||
},
|
||||
"homepage": "https://github.com/ajafff/tsutils#readme",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"ts",
|
||||
"ast",
|
||||
"typeguard",
|
||||
"utils",
|
||||
"helper",
|
||||
"node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "tsutils",
|
||||
"peerDependencies": {
|
||||
"typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ajafff/tsutils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
|
||||
"coverage": "nyc npm test",
|
||||
"github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
|
||||
"lint": "run-p lint:*",
|
||||
"lint:tslint": "wotan -m @fimbul/valtyr",
|
||||
"lint:wotan": "wotan",
|
||||
"postpublish": "git push origin master --tags; npm run github-release",
|
||||
"prepublishOnly": "npm run verify",
|
||||
"report-coverage": "cat ./coverage/lcov.info | coveralls",
|
||||
"test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
|
||||
"verify": "run-s compile lint coverage"
|
||||
},
|
||||
"version": "2.29.0"
|
||||
}
|
||||
"dependencies": {
|
||||
"tslib": "^1.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user