120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-editor-mention@1.1.13",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-editor-mention@1.1.13",
|
|
"_id": "rc-editor-mention@1.1.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3AOmGir91Fi2ogfRRaXLtqlNuIwQpvla7oUnGHS1+3eo7b+fUp5IlKcagqtwUBB5oDNofoySXkLBxzWvSYNp/Q==",
|
|
"_location": "/rc-editor-mention",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-editor-mention@1.1.13",
|
|
"name": "rc-editor-mention",
|
|
"escapedName": "rc-editor-mention",
|
|
"rawSpec": "1.1.13",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.13"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-editor-mention/-/rc-editor-mention-1.1.13.tgz",
|
|
"_spec": "1.1.13",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "surgesoft@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/mention/issues"
|
|
},
|
|
"config": {
|
|
"port": 8002
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.23.0",
|
|
"classnames": "^2.2.5",
|
|
"dom-scroll-into-view": "^1.2.0",
|
|
"draft-js": "~0.10.0",
|
|
"immutable": "~3.7.4",
|
|
"prop-types": "^15.5.8",
|
|
"rc-animate": "^2.3.0",
|
|
"rc-editor-core": "~0.8.3"
|
|
},
|
|
"description": "mention ui component for react",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.3",
|
|
"enzyme": "^3.1.1",
|
|
"enzyme-adapter-react-16": "^1.0.0-beta.5",
|
|
"enzyme-to-json": "^3.0.0-beta6",
|
|
"jest": "^19.0.2",
|
|
"mock-raf": "^1.0.0",
|
|
"pre-commit": "1.x",
|
|
"rc-form": "2.x",
|
|
"rc-tools": "7.x",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "16.8.6"
|
|
},
|
|
"files": [
|
|
"assets/*.css",
|
|
"es",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/react-component/mention",
|
|
"jest": {
|
|
"verbose": true,
|
|
"collectCoverageFrom": [
|
|
"src/component/*"
|
|
],
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"setupFiles": [
|
|
"./tests/shim.js"
|
|
],
|
|
"transform": {
|
|
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-mention",
|
|
"mention"
|
|
],
|
|
"licenses": "MIT",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-editor-mention",
|
|
"peerDependencies": {
|
|
"react": ">=15.x",
|
|
"react-dom": ">=15.x"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/mention.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"lint:fix": "rc-tools run lint --fix",
|
|
"prepublish": "rc-tools run guard",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"start": "rc-tools run server",
|
|
"test": "jest"
|
|
},
|
|
"version": "1.1.13"
|
|
}
|