typescript-parser
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "typescript-parser", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "npm run clean && tsc -p ./config/tsconfig.build.json", | ||
"clean": "del-cli ./build ./coverage", | ||
"develop": "npm run clean && tsc -p .", | ||
"lint": "tslint -c tslint.json 'src/**/*.ts'", | ||
"test": "npm run lint && npm run clean && jest -c ./jest.json", | ||
"test:watch": "npm run clean && jest -c ./jest.json --watch", | ||
"typedoc": "del-cli ./docs && typedoc --ignoreCompilerErrors --out ./docs --mode file --tsconfig ./config/tsconfig.build.json ./src/", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TypeScript-Heroes/node-typescript-parser.git" | ||
"url": "https://github.com/TypeScript-Heroes/node-typescript-parser.git" | ||
}, | ||
@@ -24,3 +32,19 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/TypeScript-Heroes/node-typescript-parser#readme" | ||
"homepage": "https://github.com/TypeScript-Heroes/node-typescript-parser#readme", | ||
"devDependencies": { | ||
"@types/jest": "^20.0.1", | ||
"@types/node": "^8.0.1", | ||
"del-cli": "^1.0.0", | ||
"jest": "^20.0.4", | ||
"ts-jest": "^20.0.6", | ||
"tslint": "^5.4.3", | ||
"tslint-config-airbnb": "^5.2.0", | ||
"tsutils": "^2.4.0", | ||
"typedoc": "^0.7.1", | ||
"semantic-release": "^6.3.6" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.7.1", | ||
"typescript": "^2.4.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
104832
74
2905
0
0
4
2
10
+ Addedtslib@^1.7.1
+ Addedtypescript@^2.4.1
+ Addedtslib@1.14.1(transitive)
+ Addedtypescript@2.9.2(transitive)