UNPKG

@roger_npm_999/double-linked-list

Version:
42 lines (41 loc) 958 B
{ "version": "1.2.0", "name": "@roger_npm_999/double-linked-list", "description": "Doubly linked list implementation", "preferGlobal": false, "author": "Roger A. Yamada", "repository": { "type": "git", "url": "git+https://github.com/Ryu13/double-linked-list.git" }, "scripts": { "build": "tsc -b ", "test": "mocha -r ts-node/register ./**/*.spec.ts" }, "dependencies": {}, "devDependencies": { "@types/chai": "^4.2.0", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "mocha": "^6.2.0", "ts-node": "^8.3.0", "tslib": "^1.10.0", "typescript": "^3.6.2" }, "bugs": { "url": "https://github.com/Ryu13/double-linked-list/issues" }, "homepage": "https://github.com/Ryu13/double-linked-list#readme", "main": "index.js", "keywords": [ "double", "doubly", "linked", "list" ], "license": "MIT", "publishConfig": { "access": "public" }, "files": ["dist/**/*"] }