{
  "_args": [
    [
      "ap@0.1.0",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_from": "ap@0.1.0",
  "_id": "ap@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-2KPyZhU3k5ihtTymzBpmag+/4VA=",
  "_location": "/ap",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ap@0.1.0",
    "name": "ap",
    "escapedName": "ap",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/mongo-store"
  ],
  "_resolved": "https://registry.npmjs.org/ap/-/ap-0.1.0.tgz",
  "_spec": "0.1.0",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-ap/issues"
  },
  "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.1.0"
}
