astrocite-bibtex
Advanced tools
Comparing version 0.4.4-0 to 0.5.0
{ | ||
"name": "astrocite-bibtex", | ||
"version": "0.4.4-0", | ||
"version": "0.5.0", | ||
"description": "Parser and AST for converting BibTeX to CSL JSON", | ||
"license": "MIT", | ||
"repository": "dsifford/astrocite", | ||
"author": "Derek P Sifford", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rm -rf lib/* && tsc -p . && cp ./src/index.d.ts ./lib/index.d.ts" | ||
"build": "rm -rf lib/* && pegjs -o src/grammar.js src/grammar.pegjs && tsc -p ." | ||
}, | ||
"files": [ | ||
"lib/**" | ||
"lib/**", | ||
"index.d.ts" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dsifford/astrocite.git" | ||
}, | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -24,13 +23,6 @@ "bibtex", | ||
], | ||
"author": "Derek P Sifford", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dsifford/astrocite/issues" | ||
}, | ||
"homepage": "https://github.com/dsifford/astrocite#readme", | ||
"dependencies": { | ||
"astrocite-core": "^0.4.4-0" | ||
"astrocite-core": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^21.1.0", | ||
"pegjs": "^0.10.0", | ||
@@ -37,0 +29,0 @@ "typescript": "^2.5.2" |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
116004
1
2
1
+ Addedastrocite-core@0.5.0(transitive)
- Removedastrocite-core@0.4.4-0(transitive)
Updatedastrocite-core@^0.5.0