Newer
Older
vmk-demo-bot / frontend / node_modules / copy-props / package.json
{
  "name": "copy-props",
  "version": "2.0.5",
  "description": "Copy properties deeply between two objects.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha",
    "coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
    "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
    "web:build": "browserify index.js --standalone copyProps -o web/copy-props.js && cd web && uglifyjs copy-props.js --compress --mangle -o copy-props.min.js --source-map url=copy-props.min.js.map",
    "chrome:install": "npm i --no-save mocha-chrome",
    "chrome:test": "mocha-chrome test/web/browser-test.html",
    "build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/copy-props.git"
  },
  "keywords": [
    "object",
    "property",
    "copy",
    "deep",
    "map",
    "convert"
  ],
  "author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gulpjs/copy-props/issues"
  },
  "homepage": "https://github.com/gulpjs/copy-props#readme",
  "dependencies": {
    "each-props": "^1.3.2",
    "is-plain-object": "^5.0.0"
  },
  "devDependencies": {
    "browserify": "^16.5.2",
    "chai": "^3.5.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.9.0",
    "eslint-config-gulp": "^5.0.1",
    "mocha": "^3.5.3",
    "nyc": "^15.1.0",
    "uglify-js": "^3.10.4"
  }
}