{ "_from": "deepcopy@^0.6.1", "_id": "deepcopy@0.6.3", "_inBundle": false, "_integrity": "sha1-Y0eA8vhlardxr4+oQx7RzO5Vx7A=", "_location": "/deepcopy", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "deepcopy@^0.6.1", "name": "deepcopy", "escapedName": "deepcopy", "rawSpec": "^0.6.1", "saveSpec": null, "fetchSpec": "^0.6.1" }, "_requiredBy": [ "/mosca" ], "_resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-0.6.3.tgz", "_shasum": "634780f2f8656ab771af8fa8431ed1ccee55c7b0", "_spec": "deepcopy@^0.6.1", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca", "author": { "name": "sasa+1", "email": "sasaplus1@gmail.com" }, "bugs": { "url": "https://github.com/sasaplus1/deepcopy.js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "kjirou", "email": "kjirou.web@gmail.com" } ], "deprecated": false, "description": "deep copy for any data", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.6.5", "babel-core": "^6.7.2", "babel-eslint": "^6.0.4", "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-check-es2015-constants": "^6.7.2", "babel-plugin-espower": "^2.1.2", "babel-plugin-transform-es2015-arrow-functions": "^6.5.2", "babel-plugin-transform-es2015-block-scoping": "^6.7.1", "babel-plugin-transform-es2015-computed-properties": "^6.6.5", "babel-plugin-transform-es2015-modules-commonjs": "^6.7.0", "babel-plugin-transform-es2015-parameters": "^6.7.0", "babel-plugin-transform-es2015-template-literals": "^6.6.5", "babel-plugin-transform-es3-member-expression-literals": "^6.5.0", "babel-plugin-transform-es3-property-literals": "^6.5.0", "babel-plugin-transform-strict-mode": "^6.6.5", "babel-plugin-transform-undefined-to-void": "^6.5.0", "coffee-script": "^1.10.0", "eslint": "^2.4.0", "eslint-config-sasaplus1": "github:sasaplus1-prototype/eslint-config-sasaplus1", "espower-babel": "4.0.3", "karma": "^0.13.15", "karma-chrome-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.0.1", "karma-safari-launcher": "^1.0.0", "karma-webpack": "^1.7.0", "mocha": "^2.3.4", "parallelshell": "^2.0.0", "power-assert": "^1.3.1", "rimraf": "^2.4.4", "webpack": "^1.12.9" }, "homepage": "https://github.com/sasaplus1/deepcopy.js#readme", "license": "MIT", "main": "./index.js", "name": "deepcopy", "repository": { "type": "git", "url": "git://github.com/sasaplus1/deepcopy.js.git" }, "scripts": { "babel": "babel --out-dir ./lib ./src", "build": "npm run clean && npm run babel && npm run compile && npm run minify", "clean": "npm run rimraf -- ./build ./lib", "compile": "npm run webpack -- --output-filename ./build/deepcopy.js", "develop": " parallelshell 'npm run babel -- -w' 'npm run compile -- -w' 'npm run minify -- -w'", "eslint": "eslint", "karma": "karma", "lint": "npm run eslint -- --ext .js .", "minify": "npm run webpack -- --optimize-minimize --output-filename ./build/deepcopy.min.js", "mocha": "mocha", "posttest": "npm run karma -- start --single-run --browsers Chrome,Firefox,Safari", "prepublish": "npm run build", "rimraf": "rimraf", "test": "npm run mocha", "travis": "npm run mocha", "webpack": "webpack --colors --display-error-details --progress" }, "version": "0.6.3" }