65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"_from": "dbly-linked-list@0.2.0",
|
|
"_id": "dbly-linked-list@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ool7y15f6JRDs0YKx7Dh9uiTb1jS1SZLNdT3Y2q16DlaEghXbMsmODS/XittjR2xztt1gJUpz7jVxpqAPF8VGg==",
|
|
"_location": "/dbly-linked-list",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "dbly-linked-list@0.2.0",
|
|
"name": "dbly-linked-list",
|
|
"escapedName": "dbly-linked-list",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/queue-fifo"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dbly-linked-list/-/dbly-linked-list-0.2.0.tgz",
|
|
"_shasum": "d30f5225dc1ce72220d7931489b0c5703b1aa8aa",
|
|
"_spec": "dbly-linked-list@0.2.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/queue-fifo",
|
|
"author": {
|
|
"name": "Jason Jones"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jasonsjones/doubly-linked-list/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lodash.isequal": "^4.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Javascript implementation of a doubly linked-list data structure",
|
|
"devDependencies": {
|
|
"eslint": "^4.12.0",
|
|
"mocha": "^4.0.1",
|
|
"nyc": "^11.3.0",
|
|
"should": "^13.1.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/jasonsjones/doubly-linked-list#readme",
|
|
"keywords": [
|
|
"doubly linked-list",
|
|
"linked list",
|
|
"data structure"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "dbly-linked-list",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jasonsjones/doubly-linked-list.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint index.js lib/*.js test/*.js",
|
|
"test": "nyc mocha"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|