1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
| {
| "_args": [
| [
| "tsutils@2.29.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_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": "E:\\ximenzi\\wms\\old\\api",
| "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/valtyr": "^0.12.0",
| "@fimbul/wotan": "^0.12.0",
| "@types/chai": "^4.0.10",
| "@types/mocha": "^5.0.0",
| "@types/node": "^10.0.3",
| "chai": "^4.1.2",
| "coveralls": "^3.0.0",
| "github-release-from-changelog": "^1.3.0",
| "mocha": "^5.0.0",
| "npm-run-all": "^4.1.2",
| "nyc": "^12.0.1",
| "tslint": "^5.8.0",
| "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"
| }
|
|