{
  "_from": "deap@^1.0.0",
  "_id": "deap@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-k75KYNZMvwAwes2xIPry/QTffXIchjD8QfABvvfTr80P85jv5ZcKqcoDo+vMe71nNnVnXYe8MA28weyqcf/DKw==",
  "_location": "/deap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "deap@^1.0.0",
    "name": "deap",
    "escapedName": "deap",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/gulp-uglify"
  ],
  "_resolved": "https://registry.npmjs.org/deap/-/deap-1.0.1.tgz",
  "_shasum": "0646e9e1a095ffe8a9e404d68d1f76dcf57e66fb",
  "_spec": "deap@^1.0.0",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\gulp-uglify",
  "author": {
    "name": "Brad Harris",
    "email": "bmharris@gmail.com",
    "url": "http://selfcontained.us"
  },
  "bugs": {
    "url": "https://github.com/selfcontained/deap/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Brad Harris",
      "email": "bmharris@gmail.com",
      "url": "http://selfcontained.us"
    },
    {
      "name": "Matt Dunlap",
      "url": "http://github.com/prestaul"
    }
  ],
  "deprecated": false,
  "description": "extend and merge objects, deep or shallow",
  "devDependencies": {
    "chai": "~1.6.0",
    "coveralls": "^2.10.0",
    "istanbul": "^0.2.8",
    "mocha": "~1.9.0"
  },
  "homepage": "https://github.com/selfcontained/deap#readme",
  "keywords": [
    "extend",
    "merge",
    "mixin",
    "deep",
    "shallow",
    "clone"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "deap",
  "repository": {
    "type": "git",
    "url": "git://github.com/selfcontained/deap.git"
  },
  "scripts": {
    "coverage": "istanbul cover --report html node_modules/.bin/_mocha",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- && cat ./coverage/lcov.info | coveralls",
    "test": "mocha test/*.test.js"
  },
  "testling": {
    "browsers": [
      "ie/9..latest",
      "firefox/19..latest",
      "chrome/25..latest",
      "iphone/latest",
      "ipad/latest",
      "android-browser/latest"
    ],
    "harness": "mocha-tdd",
    "files": "test/*.test.js"
  },
  "version": "1.0.1"
}
