| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_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"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-uglify"
- ]
- ],
- "_from": "deap@>=1.0.0 <2.0.0",
- "_id": "deap@1.0.0",
- "_inCache": true,
- "_installable": 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": "/home/king/Desktop/FINAL/AhMyth/app/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"
- }
|