|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {
- "_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": [
- "<rootDir>/src/"
- ],
- "setupFiles": [
- "<rootDir>/scripts/jest/shims.js"
- ],
- "transform": {
- ".*": "<rootDir>/scripts/jest/preprocessor.js"
- },
- "haste": {
- "hasteImplModulePath": "<rootDir>/scripts/jest/hasteImpl.js"
- },
- "modulePathIgnorePatterns": [
- "<rootDir>/lib/",
- "<rootDir>/node_modules/"
- ],
- "transformIgnorePatterns": [
- "<rootDir>/node_modules/"
- ],
- "unmockedModulePathPatterns": [
- "<rootDir>/node_modules/fbjs/node_modules/",
- "<rootDir>/node_modules/fbjs/lib/UserAgent.js",
- "<rootDir>/node_modules/fbjs/lib/UserAgentData.js",
- "<rootDir>/node_modules/fbjs-scripts/",
- "<rootDir>/node_modules/immutable/",
- "<rootDir>/node_modules/object-assign/",
- "<rootDir>/node_modules/react/",
- "<rootDir>/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"
- }
|