linkd
Version:
A fast and extendable doubly linked list
31 lines (30 loc) • 1.12 kB
JSON
{
"name" : "linkd"
, "description" : "A fast and extendable doubly linked list"
, "version" : "3.0.0"
, "homepage" : "https://github.com/eventEmitter/linkd"
, "author" : "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)"
, "license" : "MIT"
, "repository": {
"url" : "https://github.com/eventEmitter/linkd.git"
, "type" : "git"
}
, "engines": {
"node" : ">=v7.7"
}
, "bugs": {
"url" : "https://github.com/eventEmitter/linkd/issues"
}
, "dependencies": {
"ee-event-emitter" : "1.x"
, "ee-log" : "1.x"
}
, "devDependencies": {
"mocha" : "3.x"
}
, "optionalDependencies": {}
, "keywords" : []
, "scripts": {
"test" : "./node_modules/mocha/bin/mocha --reporter spec"
}
}