66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
|
{
|
||
|
"_from": "ap@~0.2.0",
|
||
|
"_id": "ap@0.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-rglCYAspkS8NKxTsYMRejzMLYRA=",
|
||
|
"_location": "/ap",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "ap@~0.2.0",
|
||
|
"name": "ap",
|
||
|
"escapedName": "ap",
|
||
|
"rawSpec": "~0.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "~0.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pg-types"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/ap/-/ap-0.2.0.tgz",
|
||
|
"_shasum": "ae0942600b29912f0d2b14ec60c45e8f330b6110",
|
||
|
"_spec": "ap@~0.2.0",
|
||
|
"_where": "/tank/data/SERVER/supervizor/node_modules/pg-types",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/substack/node-ap/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Currying in javascript. Like .bind() without also setting `this`.",
|
||
|
"devDependencies": {
|
||
|
"tap": "0.2.5"
|
||
|
},
|
||
|
"directories": {
|
||
|
"example": "./examples"
|
||
|
},
|
||
|
"engine": {
|
||
|
"node": ">=0.4.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/substack/node-ap#readme",
|
||
|
"keywords": [
|
||
|
"curry",
|
||
|
"apply",
|
||
|
"ap",
|
||
|
"bind",
|
||
|
"function",
|
||
|
"functional"
|
||
|
],
|
||
|
"license": "MIT/X11",
|
||
|
"main": "./index.js",
|
||
|
"name": "ap",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/substack/node-ap.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap ./test"
|
||
|
},
|
||
|
"version": "0.2.0"
|
||
|
}
|