package.json 2.2 KB
{
  "_args": [
    [
      "deap@1.0.1",
      "C:\\Users\\Administrator\\Desktop\\gentelella"
    ]
  ],
  "_development": true,
  "_from": "deap@1.0.1",
  "_id": "deap@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-k75KYNZMvwAwes2xIPry/QTffXIchjD8QfABvvfTr80P85jv5ZcKqcoDo+vMe71nNnVnXYe8MA28weyqcf/DKw==",
  "_location": "/deap",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deap@1.0.1",
    "name": "deap",
    "escapedName": "deap",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/gulp-uglify"
  ],
  "_resolved": "https://registry.npmjs.org/deap/-/deap-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
  "author": {
    "name": "Brad Harris",
    "email": "bmharris@gmail.com",
    "url": "http://selfcontained.us"
  },
  "bugs": {
    "url": "https://github.com/selfcontained/deap/issues"
  },
  "contributors": [
    {
      "name": "Brad Harris",
      "email": "bmharris@gmail.com",
      "url": "http://selfcontained.us"
    },
    {
      "name": "Matt Dunlap",
      "url": "http://github.com/prestaul"
    }
  ],
  "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"
}