{ "name": "clones", "version": "1.2.0", "description": "should deep clone everything even global objects, functions, circularities, ...", "keywords": [ "circular", "clone", "deep-clone", "global" ], "bugs": { "url": "https://github.com/commenthol/clones/issues" }, "repository": { "type": "git", "url": "https://github.com/commenthol/clones.git" }, "license": "MIT", "author": "commenthol ", "main": "lib", "jsnext:main": "src", "directories": { "test": "test" }, "scripts": { "all": "npm run clean && npm run lint && npm run transpile && npm test", "clean": "rimraf lib", "coverage": "nyc -r html -r text npm test", "karma": "karma start", "lint": "eslint --fix \"**/*.js\"", "prepublishOnly": "npm run all", "test": "mocha", "transpile": "babel -d lib src", "zuul": "zuul --no-coverage --local 3000 -- test/*.js" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "babel-loader": "^8.0.4", "eslint": "^5.11.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "karma": "^3.1.4", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "~0.0.32", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "nyc": "^13.1.0", "rimraf": "^2.5.4", "webpack": "^4.28.3", "zuul": "^3.11.1" }, "engines": { "node": ">=4.0.0" } }