103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-simple-code-editor@0.9.15",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-simple-code-editor@0.9.15",
|
|
"_id": "react-simple-code-editor@0.9.15",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-M8iKgjBTBZK92tZYgOEfMuR7c3zZ0q0v3QYllSxIPx3SU+w003VofH50txXQSBTu92pSOm2tidON1HbQ1l8BDA==",
|
|
"_location": "/react-simple-code-editor",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-simple-code-editor@0.9.15",
|
|
"name": "react-simple-code-editor",
|
|
"escapedName": "react-simple-code-editor",
|
|
"rawSpec": "0.9.15",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.9.15"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-simple-code-editor/-/react-simple-code-editor-0.9.15.tgz",
|
|
"_spec": "0.9.15",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Satyajit Sahoo",
|
|
"email": "satyajit.happy@gmail.com",
|
|
"url": "https://github.com/satya164/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/satya164/react-simple-code-editor/issues"
|
|
},
|
|
"description": "Simple no-frills code editor with syntax highlighting",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"conventional-changelog-cli": "^2.0.12",
|
|
"dedent": "^0.7.0",
|
|
"del-cli": "^1.1.0",
|
|
"eslint": "^5.8.0",
|
|
"eslint-config-satya164": "^2.0.1",
|
|
"flow-bin": "^0.85.0",
|
|
"flow-copy-source": "^2.0.2",
|
|
"husky": "^1.1.3",
|
|
"parcel-bundler": "^1.10.3",
|
|
"prettier": "^1.14.3",
|
|
"prismjs": "^1.15.0",
|
|
"react": "^16.6.0",
|
|
"react-dom": "^16.6.0",
|
|
"release-it": "^10.3.1"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/satya164/react-simple-code-editor#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint && yarn flow"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"code",
|
|
"editor",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "react-simple-code-editor",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/satya164/react-simple-code-editor.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib --ignore '**/__tests__/**' --source-maps && flow-copy-source -i '**/__tests__/**' src lib",
|
|
"example": "parcel example/index.html",
|
|
"flow": "flow",
|
|
"gh-pages": "git branch -D gh-pages; git checkout -b gh-pages && rm -rf dist/ && parcel build example/App.js && git add -f dist/ && git commit -nm 'Publish website' && git push -fu origin gh-pages; git checkout @{-1}",
|
|
"lint": "eslint .",
|
|
"prebuild": "del lib/",
|
|
"prepare": "yarn build",
|
|
"release": "release-it"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "0.9.15"
|
|
}
|