motion
Version:
motion - moving development forward
114 lines (113 loc) • 2.72 kB
JSON
{
"_args": [
[
"deap@^1.0.0",
"/Users/nw/motion/packages/motion/node_modules/gulp-uglify"
]
],
"_from": "deap@>=1.0.0 <2.0.0",
"_id": "deap@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/deap",
"_npmUser": {
"email": "bmharris@gmail.com",
"name": "bmharris"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "deap",
"raw": "deap@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-uglify"
],
"_resolved": "https://registry.npmjs.org/deap/-/deap-1.0.0.tgz",
"_shasum": "b148bf82430a27699b7483a03eb6b67585bfc888",
"_shrinkwrap": null,
"_spec": "deap@^1.0.0",
"_where": "/Users/nw/motion/packages/motion/node_modules/gulp-uglify",
"author": {
"email": "bmharris@gmail.com",
"name": "Brad Harris",
"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"
}
],
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "b148bf82430a27699b7483a03eb6b67585bfc888",
"tarball": "http://registry.npmjs.org/deap/-/deap-1.0.0.tgz"
},
"homepage": "https://github.com/selfcontained/deap",
"keywords": [
"clone",
"deep",
"extend",
"merge",
"mixin",
"shallow"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bmharris",
"email": "bmharris@gmail.com"
},
{
"name": "prestaul",
"email": "npm.prestaul@spamgourmet.com"
}
],
"name": "deap",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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": [
"android-browser/latest",
"chrome/25..latest",
"firefox/19..latest",
"ie/9..latest",
"ipad/latest",
"iphone/latest"
],
"files": "test/*.test.js",
"harness": "mocha-tdd"
},
"version": "1.0.0"
}