lookup
Version:
Transform a stream or array into a lookup object
53 lines (52 loc) • 904 B
JSON
{
"name": "lookup",
"version": "0.1.0",
"description": "Transform a stream or array into a lookup object",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/grncdr/js-lookup.git"
},
"keywords": [
"lookup",
"hashmap",
"mapping"
],
"author": "Stephen Sugden <me@stephensugden.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/grncdr/js-lookup/issues"
},
"devDependencies": {
"tape": "~2.3.0",
"from": "~0.1.3"
},
"dependencies": {
"through": "~2.3.4",
"pluck": "0.0.4"
},
"testling": {
"files": "test.js",
"browsers": {
"ie": [
8,
9
],
"firefox": [
13
],
"chrome": [
20
],
"safari": [
5.1
],
"opera": [
12
]
}
}
}