{ "_args": [ [ "draft-js@0.11.5", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "draft-js@0.11.5", "_id": "draft-js@0.11.5", "_inBundle": false, "_integrity": "sha512-RlHcoDtblwCD6Bw2ay3D0dTLA6lH8862OcdJrHGnYrY5JjlitzSzGvGQwqqumVvbGUNDSZLD3FyNpSs4z5WIUg==", "_location": "/draft-js", "_phantomChildren": { "fbjs-css-vars": "1.0.2", "isomorphic-fetch": "2.2.1", "loose-envify": "1.4.0", "object-assign": "4.1.1", "promise": "7.3.1", "setimmediate": "1.0.5", "ua-parser-js": "0.7.21" }, "_requested": { "type": "version", "registry": true, "raw": "draft-js@0.11.5", "name": "draft-js", "escapedName": "draft-js", "rawSpec": "0.11.5", "saveSpec": null, "fetchSpec": "0.11.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/draft-js/-/draft-js-0.11.5.tgz", "_spec": "0.11.5", "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp", "bugs": { "url": "https://github.com/facebook/draft-js/issues" }, "dependencies": { "fbjs": "^1.0.0", "immutable": "~3.7.4", "object-assign": "^4.1.1" }, "description": "A React framework for building text editors.", "devDependencies": { "@babel/core": "^7.6.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "alex": "^8.0.0", "babel-eslint": "^10.0.3", "babel-preset-fbjs": "^3.3.0", "cross-env": "^6.0.3", "del": "^5.1.0", "es6-shim": "^0.35.5", "eslint": "^6.8.0", "eslint-config-fbjs": "^3.1.1", "eslint-config-prettier": "^6.9.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.17.0", "fbjs-scripts": "^1.2.0", "flow-bin": "^0.115.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.2.0", "gulp-concat-css": "^3.1.0", "gulp-derequire": "^2.1.0", "gulp-flatten": "^0.4.0", "gulp-header": "^2.0.9", "gulp-if": "^3.0.0", "gulp-rename": "2", "gulp-util": "^3.0.6", "jest": "^24.9.0", "prettier": "1.19.1", "react": "^16.8.0", "react-dom": "^16.8.0", "react-test-renderer": "^16.0.0", "stats-webpack-plugin": "^0.6.2", "through2": "^3.0.1", "uglifyjs-webpack-plugin": "2", "webpack-stream": "5.2.1" }, "devEngines": { "node": "10.x || 12.x || 13.x", "npm": "2.x || 3.x || 5.x || 6.x" }, "files": [ "dist/", "lib/", "LICENSE" ], "homepage": "http://draftjs.org/", "jest": { "globals": { "__DEV__": true }, "rootDir": "./", "roots": [ "/src/" ], "setupFiles": [ "/scripts/jest/shims.js" ], "transform": { ".*": "/scripts/jest/preprocessor.js" }, "haste": { "hasteImplModulePath": "/scripts/jest/hasteImpl.js" }, "modulePathIgnorePatterns": [ "/lib/", "/node_modules/" ], "transformIgnorePatterns": [ "/node_modules/" ], "unmockedModulePathPatterns": [ "/node_modules/fbjs/node_modules/", "/node_modules/fbjs/lib/UserAgent.js", "/node_modules/fbjs/lib/UserAgentData.js", "/node_modules/fbjs-scripts/", "/node_modules/immutable/", "/node_modules/object-assign/", "/node_modules/react/", "/node_modules/react-dom/" ] }, "keywords": [ "draftjs", "editor", "react", "richtext" ], "license": "MIT", "main": "lib/Draft.js", "name": "draft-js", "peerDependencies": { "react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0", "react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/facebook/draft-js.git" }, "scripts": { "build": "gulp", "dev": "gulp dev", "flow": "flow src", "format": "eslint . --fix", "format-docs": "prettier --config prettier.config.js --write \"docs/**/*.md\"", "format-docs:diff": "prettier --config prettier.config.js --list-different \"docs/**/*.md\"", "lint": "eslint .", "lint-docs": "alex . && yarn format-docs:diff", "postbuild": "node node_modules/fbjs-scripts/node/check-lib-requires.js lib", "prepublish": "npm run build", "pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json", "test": "cross-env NODE_ENV=test jest", "test-ci": "cross-env NODE_ENV=test npm run lint && npm run flow && npm run test" }, "style": "dist/Draft.css", "version": "0.11.5" }