You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.4 KiB

{
"_from": "rc-mentions@~1.4.0",
"_id": "rc-mentions@1.4.1",
"_inBundle": false,
"_integrity": "sha1-Afv8aqiFzibEgDgMOjl6mQH0Vqs=",
"_location": "/rc-mentions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-mentions@~1.4.0",
"name": "rc-mentions",
"escapedName": "rc-mentions",
"rawSpec": "~1.4.0",
"saveSpec": null,
"fetchSpec": "~1.4.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npm.taobao.org/rc-mentions/download/rc-mentions-1.4.1.tgz?cache=0&sync_timestamp=1596966856979&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-mentions%2Fdownload%2Frc-mentions-1.4.1.tgz",
"_shasum": "01fbfc6aa885ce26c480380c3a397a9901f456ab",
"_spec": "rc-mentions@~1.4.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/antd",
"bugs": {
"url": "http://github.com/react-component/mentions/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
"rc-menu": "^8.0.1",
"rc-textarea": "^0.3.0",
"rc-trigger": "^4.3.0",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "React Mentions",
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^2.0.8",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.1.4",
"eslint": "^7.1.0",
"father": "^2.13.6",
"lodash.debounce": "^4.0.8",
"np": "^6.2.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^3.2.2"
},
"files": [
"assets/*.css",
"es",
"dist",
"lib"
],
"homepage": "http://github.com/react-component/mentions",
"keywords": [
"react",
"react-component",
"react-mentions",
"mentions"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-mentions",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/mentions.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"lint": "eslint src/ --ext .tsx,.ts",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
"start": "father doc dev --storybook",
"test": "father test"
},
"version": "1.4.1"
}