@thi.ng/dcons
Advanced tools
Comparing version
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
"main": "index.js", | ||
"main": "./index.js", | ||
"typings": "./index.d.ts", | ||
"repository": "https://github.com/thi-ng/dcons.git", | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "rm -rf build && tsc --declaration && cp package.json build && cp *.md build", | ||
"test": "tsc -p test && mocha build.test/test/*.js", | ||
"clean": "rm -rf build build.test doc node_modules && yarn install", | ||
"build": "yarn run clean && tsc --declaration", | ||
"test": "yarn run clean && tsc -p test && mocha build/test/*.js", | ||
"clean": "rm -rf *.js *.d.ts build doc", | ||
"pub": "yarn run build && (cd build && yarn publish --access public)" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/thi-ng/dcons.git" | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.46", | ||
"@types/node": "^9.3.0", | ||
"mocha": "^5.0.0", | ||
"ts-loader": "^3.3.1", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6.2", | ||
"webpack": "^3.10.0" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^1.2.1" | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"linkedlist", | ||
"datastructure", | ||
"doubly linked", | ||
"ES6", | ||
"iterators", | ||
"stack" | ||
"linkedlist", | ||
"queue", | ||
"stack", | ||
"typescript" | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/thi-ng/dcons/issues" | ||
}, | ||
"homepage": "https://github.com/thi-ng/dcons", | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.45", | ||
"@types/node": "^8.5.2", | ||
"mocha": "^4.1.0", | ||
"typescript": "^2.6.2" | ||
}, | ||
"typings": "index.d.ts", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^1.1.1" | ||
"access": "public" | ||
} | ||
} | ||
} |
@@ -24,2 +24,8 @@ # @thi.ng/dcons | ||
## Installation | ||
``` | ||
yarn add @thi.ng/dcons | ||
``` | ||
## Usage | ||
@@ -92,18 +98,4 @@ | ||
## Building | ||
# Authors | ||
``` | ||
git clone https://github.com/thi-ng/dcons.git | ||
cd dcons | ||
yarn install | ||
yarn run build | ||
``` | ||
### Testing | ||
``` | ||
yarn run test | ||
``` | ||
# Authors | ||
- Karsten Schmidt | ||
@@ -110,0 +102,0 @@ |
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
26634
72.14%5
25%7
75%104
-7.14%1
Infinity%Updated