{ "_from": "synthetic-dom@^0.2.1", "_id": "synthetic-dom@0.2.1", "_inBundle": false, "_integrity": "sha512-tf2w1c4ajr7sEw+X5jvd8Oi9gN6Fp7mPCyNouJvmikNUzZaXt4fvJ7LnGlDLgmW8zLP0ytyMagdtiig8C8ComA==", "_location": "/synthetic-dom", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "synthetic-dom@^0.2.1", "name": "synthetic-dom", "escapedName": "synthetic-dom", "rawSpec": "^0.2.1", "saveSpec": null, "fetchSpec": "^0.2.1" }, "_requiredBy": [ "/react-lz-editor" ], "_resolved": "https://registry.npmmirror.com/synthetic-dom/-/synthetic-dom-0.2.1.tgz", "_shasum": "6c76fcf91ea9a5231318f8f415e27883d534df86", "_spec": "synthetic-dom@^0.2.1", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/react-lz-editor", "author": { "name": "sstur@me.com" }, "bugs": { "url": "https://github.com/sstur/synthetic-dom/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Synthetic HTML DOM for use with parsing within React-RTE", "devDependencies": { "babel-cli": "^6.7.5", "babel-core": "^6.7.6", "babel-eslint": "^7.0.0", "babel-plugin-transform-class-properties": "^6.6.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.5.0", "eslint": "^3.7.1", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.5.0", "eslint-plugin-react": "^6.3.0", "expect": "^1.16.0", "flow-bin": "^0.32.0", "mocha": "^3.1.0" }, "homepage": "https://github.com/sstur/synthetic-dom#readme", "keywords": [ "synthetic-dom", "virtual-dom", "markdown-parser" ], "license": "ISC", "main": "lib/SyntheticDOM.js", "name": "synthetic-dom", "repository": { "type": "git", "url": "git+ssh://git@github.com/sstur/synthetic-dom.git" }, "scripts": { "build": "babel src --ignore \"_*\" --out-dir lib", "lint": "eslint --max-warnings 0 .", "prepublish": "npm run build", "test": "npm run lint && npm run typecheck && npm run test-src", "test-src": "mocha \"src/**/__tests__/*.js\"", "typecheck": "flow" }, "version": "0.2.1" }