{
  "_args": [
    [
      "copy-props@2.0.1",
      "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard"
    ]
  ],
  "_development": true,
  "_from": "copy-props@2.0.1",
  "_id": "copy-props@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-Zl/DIEbKhKiYq6o8WUXn8kjMugA=",
  "_location": "/copy-props",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "copy-props@2.0.1",
    "name": "copy-props",
    "escapedName": "copy-props",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/gulp/gulp-cli"
  ],
  "_resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard",
  "author": {
    "name": "Takayuki Sato"
  },
  "bugs": {
    "url": "https://github.com/sttk/copy-props/issues"
  },
  "dependencies": {
    "each-props": "^1.3.0",
    "is-plain-object": "^2.0.1"
  },
  "description": "Copy properties deeply between two objects.",
  "devDependencies": {
    "browserify": "^14.1.0",
    "chai": "^3.5.0",
    "eslint": "^3.16.1",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^3.2.0",
    "uglify-js": "^2.8.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sttk/copy-props#readme",
  "keywords": [
    "object",
    "property",
    "copy",
    "deep",
    "map",
    "convert"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "copy-props",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sttk/copy-props.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "istanbul cover _mocha && istanbul-coveralls",
    "lint": "eslint .",
    "test": "mocha",
    "web:build": "browserify index.js --standalone copyProps | uglifyjs --compress --mangle -o web/copy-props.js && node test/web/make.js",
    "web:install": "npm i phantomjs-prebuilt mocha-phantomjs",
    "web:test": "mocha-phantomjs -p node_modules/.bin/phantomjs test/web/copy-props.test.html"
  },
  "version": "2.0.1"
}
