{ "_args": [ [ "react-quill@1.3.5", "/Users/nuwan/Code/jam-cloud/jam-ui" ] ], "_from": "react-quill@1.3.5", "_id": "react-quill@1.3.5", "_inBundle": false, "_integrity": "sha512-/W/rNCW+6QpGz8yQ9tFK5Ka/h/No1RqrcOOvCIOR092OiKzRFlU2xbPEwiP3Wgy/Dx13pi1YhjReDMX/5uotJg==", "_location": "/react-quill", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-quill@1.3.5", "name": "react-quill", "escapedName": "react-quill", "rawSpec": "1.3.5", "saveSpec": null, "fetchSpec": "1.3.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-quill/-/react-quill-1.3.5.tgz", "_spec": "1.3.5", "_where": "/Users/nuwan/Code/jam-cloud/jam-ui", "author": { "name": "zenoamaro", "email": "zenoamaro@gmail.com" }, "browser": "lib/index.js", "bugs": { "url": "https://github.com/zenoamaro/react-quill/issues", "email": "zenoamaro@gmail.com" }, "dependencies": { "@types/quill": "1.3.10", "create-react-class": "^15.6.0", "lodash": "^4.17.4", "prop-types": "^15.5.10", "quill": "^1.3.7", "react-dom-factories": "^1.0.0" }, "description": "The Quill rich-text editor as a React component.", "devDependencies": { "@types/react": "^15.3.0", "blanket": "^1.2.3", "chai": "^4.1.0", "chai-enzyme": "^0.8.0", "cheerio": "^1.0.0-rc.1", "enzyme": "^2.9.1", "jsdom": "^11.0.0", "jsdom-global": "^3.0.2", "jshint": "^2.9.4", "mocha": "^3.4.2", "mocha-text-cov": "^0.1.1", "react": "^15.6.1", "react-addons-test-utils": "^15.6.0", "react-dom": "^15.6.1", "react-test-renderer": "^15.6.1", "should": "^4.3.0", "sinon": "^2.3.5", "travis-cov": "^0.2.5", "uglify-js": "^3.0.18", "webpack": "^1.4.13" }, "engines": { "node": ">= 0.8.x" }, "files": [ "dist/", "lib/", "types.d.ts", "README.md", "CHANGELOG.md", "LICENSE" ], "homepage": "https://github.com/zenoamaro/react-quill", "keywords": [ "react", "react-component", "rich", "text", "rich-text", "textarea", "quill" ], "license": "MIT", "main": "lib/index.js", "name": "react-quill", "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/zenoamaro/react-quill.git" }, "scripts": { "build": "make build", "postpack": "make clean", "postpublish": "make clean", "prepack": "make build", "prepublish": "make build", "test": "make test" }, "types": "types.d.ts", "version": "1.3.5" }