{ "_args": [ [ "copy-props@^2.0.1", "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/gulp/node_modules/gulp-cli" ] ], "_from": "copy-props@>=2.0.1 <3.0.0", "_id": "copy-props@2.0.4", "_inCache": true, "_installable": true, "_location": "/copy-props", "_nodeVersion": "10.0.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/copy-props_2.0.4_1526219120001_0.6283586133186712" }, "_npmUser": { "email": "sttk.xslet@gmail.com", "name": "sttk" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "name": "copy-props", "raw": "copy-props@^2.0.1", "rawSpec": "^2.0.1", "scope": null, "spec": ">=2.0.1 <3.0.0", "type": "range" }, "_requiredBy": [ "/gulp/gulp-cli" ], "_resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.4.tgz", "_shasum": "93bb1cadfafd31da5bb8a9d4b41f471ec3a72dfe", "_shrinkwrap": null, "_spec": "copy-props@^2.0.1", "_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/gulp/node_modules/gulp-cli", "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": "^16.2.2", "chai": "^3.5.0", "coveralls": "^3.0.1", "eslint": "^4.19.1", "mocha": "^3.2.0", "nyc": "^11.7.2", "uglify-js": "^3.3.24" }, "directories": {}, "dist": { "fileCount": 4, "integrity": "sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+EFxCRA9TVsSAnZWagAAw/oQAJP29VqIwhaW7wYN+6rA\nlDojc24CHkkk8MWAnSpZL4aFr50liAr/bmwH0aK/DlS/vqWJ+Mi6jOmxt9D9\nI6sNMia0BFZxcV4yjuboQLEZl3MlNypyy9mLf8A61FNwUL8hpnlmG/92PyZJ\nuOwCU1diZBWwl5BoBXrhf2n6cWmCPVKED372GyWNXY3xVAR27CrPz6sNPj6i\nXt8wZv0JqQw4M3b/P+w0u9gvTxHlfHcpRqfWgQ/HjvknVCNylX7dHuitlFVW\nONfwju6IFCtWaOwO2EHf1CAH8Po7sOq6TuRh7SA0Fef6jvZmdqNmxqIHAQ0x\nXV6X5zljOlZwiOZwsJbI8LNT3OAhciNHh3/KnVsuWbGz3DUKcDhoPujfJb7Z\nWE+Qm0iyiKiwPrrsSIKt5i7/fD5ZR2H0ieLMl/4dw3axLwUGkj/TsSb4PZkN\nJSHgP2+uQtYSSN71z27JO0WpXO2EOlqKO2CVGtof4mPzNHuF3Uu3e0aaDRIn\nw7Hd8brt0MdL6jbaXwRpPCgrvnFkRY99yzzsSG23shDlQiCc0RVpv27Puw8Q\nwMxLgmUtlkXcCFbbeiQZg4nENvWTZH/1fDlNR7dGUwwCe6Ls/avSKCUGm93F\nwxevExEDDwdbda0WaKVzKLN99dZWfjljfhlm8hqajIEGzDlm9Ita1Elz1sK5\ne0gX\r\n=2EDz\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "93bb1cadfafd31da5bb8a9d4b41f471ec3a72dfe", "tarball": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.4.tgz", "unpackedSize": 14012 }, "files": [ "index.js" ], "homepage": "https://github.com/sttk/copy-props#readme", "keywords": [ "convert", "copy", "deep", "map", "object", "property" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "sttk", "email": "t110000508260@yahoo.co.jp" } ], "name": "copy-props", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sttk/copy-props.git" }, "scripts": { "build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js", "chrome:install": "npm i --no-save mocha-chrome", "chrome:test": "mocha-chrome test/web/browser-test.html", "coverage": "nyc --reporter=lcov --reporter=text-summary npm test", "coveralls": "nyc --reporter=text-lcov npm test | coveralls", "lint": "eslint .", "test": "mocha", "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" }, "version": "2.0.4" }