summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/fast-list/package.json
blob: 1a8fd650cc58c639c412bb3cd19edd61c5c31f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "fast-list",
  "description": "A fast linked list (good for queues, stacks, etc.)",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/fast-list.git"
  },
  "main": "fast-list.js",
  "dependencies": {},
  "devDependencies": {
    "bench": "~0.3.2",
    "tap": "~0.1.0"
  },
  "scripts": {
    "test": "node test.js",
    "bench": "node bench.js"
  }
}