blob: 92421687e3a231d96b4c2fbcddee374b259a7b3f [file] [log] [blame]
{
"_args": [
[
"tsutils@3.14.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "tsutils@3.14.0",
"_id": "tsutils@3.14.0",
"_inBundle": false,
"_integrity": "sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==",
"_location": "/tsutils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tsutils@3.14.0",
"name": "tsutils",
"escapedName": "tsutils",
"rawSpec": "3.14.0",
"saveSpec": null,
"fetchSpec": "3.14.0"
},
"_requiredBy": [
"/@typescript-eslint/eslint-plugin"
],
"_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.14.0.tgz",
"_spec": "3.14.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Klaus Meinhardt"
},
"bugs": {
"url": "https://github.com/ajafff/tsutils/issues"
},
"dependencies": {
"tslib": "^1.8.1"
},
"description": "utilities for working with typescript's AST",
"devDependencies": {
"@fimbul/mithotyn": "^0.17.0",
"@fimbul/valtyr": "^0.20.0",
"@fimbul/wotan": "^0.20.0",
"@types/chai": "^4.0.10",
"@types/mocha": "^5.0.0",
"@types/node": "^11.13.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"github-release-from-changelog": "^1.3.0",
"mocha": "^6.0.2",
"npm-run-all": "^4.1.2",
"nyc": "^13.3.0",
"ts-transform-const-enum": "^0.0.1",
"tslint": "^5.8.0",
"tslint-consistent-codestyle": "^1.11.0",
"ttypescript": "^1.5.5",
"typescript": "^3.4.5"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/ajafff/tsutils#readme",
"keywords": [
"typescript",
"ts",
"ast",
"typeguard",
"utils",
"helper",
"node"
],
"license": "MIT",
"name": "tsutils",
"peerDependencies": {
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajafff/tsutils.git"
},
"scripts": {
"compile": "rm -rf {,util,typeguard,test/**}/*.js; ttsc -p .",
"coverage": "nyc run-s 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; run-s github-release",
"prepublishOnly": "run-s 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": "3.14.0"
}