d2-ui
Version:
163 lines (162 loc) • 4.28 kB
JSON
{
"_args": [
[
"draft-js@^0.7.0",
"/Users/nico/Documents/dhis/webapps/d2-ui"
]
],
"_from": "draft-js@>=0.7.0 <0.8.0",
"_id": "draft-js@0.7.0",
"_inCache": true,
"_installable": true,
"_location": "/draft-js",
"_nodeVersion": "4.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/draft-js-0.7.0.tgz_1462321295809_0.7980329415295273"
},
"_npmUser": {
"email": "isaac@fb.com",
"name": "hellendag"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "draft-js",
"raw": "draft-js@^0.7.0",
"rawSpec": "^0.7.0",
"scope": null,
"spec": ">=0.7.0 <0.8.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/draft-js/-/draft-js-0.7.0.tgz",
"_shasum": "29506980d2cb96db2697054fae619e6f5b5d4101",
"_shrinkwrap": null,
"_spec": "draft-js@^0.7.0",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
"bugs": {
"url": "https://github.com/facebook/draft-js/issues"
},
"dependencies": {
"fbjs": "^0.8.1",
"immutable": "^3.7.4"
},
"description": "A React framework for building text editors.",
"devDependencies": {
"babel-core": "^5.8.35",
"babel-eslint": "^4.1.3",
"del": "^2.2.0",
"envify": "^3.4.0",
"es6-shim": "^0.34.4",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.2.2",
"fbjs-scripts": "^0.6.0-alpha.1",
"flow-bin": "^0.23.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-browserify-thin": "^0.1.5",
"gulp-clean-css": "^2.0.3",
"gulp-concat-css": "^2.2.0",
"gulp-derequire": "^2.1.0",
"gulp-flatten": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jest-cli": "^11.0.2",
"object-assign": "^4.0.1",
"react": "^15.0.0-rc.1",
"react-dom": "^15.0.0-rc.1",
"run-sequence": "^1.1.2",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"webpack-stream": "^3.0.0"
},
"devEngines": {
"node": "4.x",
"npm": "2.x"
},
"directories": {},
"dist": {
"shasum": "29506980d2cb96db2697054fae619e6f5b5d4101",
"tarball": "https://registry.npmjs.org/draft-js/-/draft-js-0.7.0.tgz"
},
"files": [
"dist/",
"lib/",
"LICENSE",
"PATENTS"
],
"gitHead": "d2360b6ded6fae6acc4d845972763a9959528c95",
"homepage": "https://facebook.github.io/draft-js",
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/lib/",
"<rootDir>/node_modules/"
],
"persistModuleRegistryBetweenSpecs": true,
"preprocessorIgnorePatterns": [
"<rootDir>/node_modules/"
],
"rootDir": "",
"scriptPreprocessor": "scripts/jest/preprocessor.js",
"setupEnvScriptFile": "node_modules/fbjs-scripts/jest/environment.js",
"testPathDirs": [
"<rootDir>/src/"
],
"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/react/",
"<rootDir>/node_modules/react-dom/"
]
},
"keywords": [
"draftjs",
"editor",
"react",
"richtext"
],
"license": "BSD-3-Clause",
"main": "lib/Draft.js",
"maintainers": [
{
"email": "opensource+npm@fb.com",
"name": "fb"
},
{
"email": "isaac@fb.com",
"name": "hellendag"
},
{
"email": "paul@oshannessy.com",
"name": "zpao"
}
],
"name": "draft-js",
"optionalDependencies": {},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/draft-js.git"
},
"scripts": {
"build": "gulp",
"flow": "flow src",
"lint": "eslint .",
"prepublish": "npm run build",
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "NODE_ENV=test jest",
"test-ci": "NODE_ENV=test npm run lint && npm run flow && npm run test"
},
"version": "0.7.0"
}