@tobes31415/dispose
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@tobes31415/dispose", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Dispose objects using the decorator pattern", | ||
@@ -9,3 +9,3 @@ "main": "lib/dispose.min.js", | ||
"test": "npm run build:compile:quick && npx jest bin", | ||
"build": "npm run build:compile:full && npm run build:copy && npm run uglify && npm run flowgen", | ||
"build": "npm run build:compile:full && npm run build:copy && npm run uglify && npm run flowgen && npm run apidocs", | ||
"build:compile:quick": "tsc", | ||
@@ -16,4 +16,19 @@ "build:compile:full": "tsc --declaration", | ||
"uglify": "uglifyjs \"lib/dispose.js\" -c -m --toplevel -o \"lib/dispose.min.js\"", | ||
"flowgen": "flowgen lib/dispose.d.ts -o lib/dispose.min.js.flow" | ||
"flowgen": "flowgen lib/dispose.d.ts -o lib/dispose.min.js.flow", | ||
"apidocs": "npm run apidocs:clean && npm run apidocs:typedoc && npm run apidocs:copy && npm run apidocs:tidy", | ||
"apidocs:clean": "rm docs -rf && rm docs_bin -rf", | ||
"apidocs:typedoc": "typedoc --out docs_bin src/dispose.ts --excludePrivate --excludeNotExported --excludeExternals ", | ||
"apidocs:copy": "cpx docs_bin/modules/_dispose_.md docs && mv docs/_dispose_.md docs/dispose.md", | ||
"apidocs:tidy": "line-replace docs/dispose.md:1 '' && line-replace docs/dispose.md:3 '' && replace '_dispose_' 'dispose' docs/dispose.md" | ||
}, | ||
"keywords": [ | ||
"dispose", | ||
"garbage", | ||
"garbage collector", | ||
"memory" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tobes31415/dispose" | ||
}, | ||
"author": "Jake Tober", | ||
@@ -33,3 +48,7 @@ "license": "MIT", | ||
"jest": "25.1.0", | ||
"line-replace": "1.0.3", | ||
"prettier": "1.19.1", | ||
"replace": "1.1.5", | ||
"typedoc": "^0.16.11", | ||
"typedoc-plugin-markdown": "^2.2.17", | ||
"typescript": "3.8.3", | ||
@@ -36,0 +55,0 @@ "uglify-es": "3.3.9" |
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 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
36695
15
1
36
0
18