forgeplus-react/node_modules/react-codemirror/package.json

96 lines
2.3 KiB
JSON

{
"_args": [
[
"react-codemirror@1.0.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-codemirror@1.0.0",
"_id": "react-codemirror@1.0.0",
"_inBundle": false,
"_integrity": "sha1-kUZ7U7H12A2Rai/QtMetuFqQAbo=",
"_location": "/react-codemirror",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-codemirror@1.0.0",
"name": "react-codemirror",
"escapedName": "react-codemirror",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-codemirror/-/react-codemirror-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Jed Watson"
},
"browserify-shim": {
"react": "global:React"
},
"bugs": {
"url": "https://github.com/JedWatson/react-codemirror/issues"
},
"dependencies": {
"classnames": "^2.2.5",
"codemirror": "^5.18.2",
"create-react-class": "^15.5.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.4"
},
"description": "Codemirror",
"devDependencies": {
"gulp": "^3.9.1",
"happiness": "^7.1.2",
"react": "^15.5.3",
"react-component-gulp-tasks": "^0.7.7",
"react-dom": "^15.5.3"
},
"happiness": {
"ignore": [
"**/.publish/**",
"**/dist/**",
"**/lib/**"
]
},
"homepage": "https://github.com/JedWatson/react-codemirror",
"keywords": [
"react",
"react-component",
"codemirror",
"editor",
"code"
],
"license": "MIT",
"main": "lib/Codemirror.js",
"name": "react-codemirror",
"peerDependencies": {
"react": ">=15.5 <16",
"react-dom": ">=15.5 <16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/react-codemirror.git"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"bump": "gulp bump",
"bump:major": "gulp bump:major",
"bump:minor": "gulp bump:minor",
"examples": "gulp dev:server",
"lint": "happiness",
"publish:site": "gulp publish:examples",
"release": "gulp release",
"start": "gulp dev",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"version": "1.0.0"
}