layui-js/node_modules/deap/package.json

122 lines
2.8 KiB
JSON
Raw Normal View History

2017-08-21 00:50:25 +00:00
{
"_args": [
[
{
"raw": "deap@^1.0.0",
"scope": null,
"escapedName": "deap",
"name": "deap",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"D:\\web\\layui\\res\\layui\\node_modules\\gulp-uglify"
]
],
"_from": "deap@>=1.0.0 <2.0.0",
"_id": "deap@1.0.0",
"_inCache": true,
"_location": "/deap",
"_npmUser": {
"name": "bmharris",
"email": "bmharris@gmail.com"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"raw": "deap@^1.0.0",
"scope": null,
"escapedName": "deap",
"name": "deap",
"rawSpec": "^1.0.0",
"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": "D:\\web\\layui\\res\\layui\\node_modules\\gulp-uglify",
"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"
}
],
"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": "https://registry.npmjs.org/deap/-/deap-1.0.0.tgz"
},
"homepage": "https://github.com/selfcontained/deap",
"keywords": [
"extend",
"merge",
"mixin",
"deep",
"shallow",
"clone"
],
"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": [
"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.0"
}