mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.4 KiB
57 lines
1.4 KiB
{
|
|
"name": "async-some",
|
|
"version": "1.0.1",
|
|
"description": "short-circuited, asynchronous version of Array.protototype.some",
|
|
"main": "some.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/othiym23/async-some.git"
|
|
},
|
|
"keywords": [
|
|
"async",
|
|
"some",
|
|
"array",
|
|
"collections",
|
|
"fp"
|
|
],
|
|
"author": {
|
|
"name": "Forrest L Norvell",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/othiym23/async-some/issues"
|
|
},
|
|
"homepage": "https://github.com/othiym23/async-some",
|
|
"dependencies": {
|
|
"dezalgo": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^0.4.11"
|
|
},
|
|
"gitHead": "e73d6d1fbc03cca5a0d54f456f39bab294a4c7b7",
|
|
"_id": "async-some@1.0.1",
|
|
"_shasum": "8b54f08d46f0f9babc72ea9d646c245d23a4d9e5",
|
|
"_from": "async-some@>=1.0.1-0 <2.0.0-0",
|
|
"_npmVersion": "1.5.0-pre",
|
|
"_npmUser": {
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "8b54f08d46f0f9babc72ea9d646c245d23a4d9e5",
|
|
"tarball": "http://registry.npmjs.org/async-some/-/async-some-1.0.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/async-some/-/async-some-1.0.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|