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.

90 lines
2.5 KiB

{
"_from": "rc-tooltip@~4.2.0",
"_id": "rc-tooltip@4.2.1",
"_inBundle": false,
"_integrity": "sha1-waLVAX7gOncakwHA39tG39+P75Q=",
"_location": "/rc-tooltip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-tooltip@~4.2.0",
"name": "rc-tooltip",
"escapedName": "rc-tooltip",
"rawSpec": "~4.2.0",
"saveSpec": null,
"fetchSpec": "~4.2.0"
},
"_requiredBy": [
"/antd",
"/rc-slider"
],
"_resolved": "https://registry.npm.taobao.org/rc-tooltip/download/rc-tooltip-4.2.1.tgz?cache=0&sync_timestamp=1590501414804&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-tooltip%2Fdownload%2Frc-tooltip-4.2.1.tgz",
"_shasum": "c1a2d5017ee03a771a9301c0dfdb46dfdf8fef94",
"_spec": "rc-tooltip@~4.2.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/antd",
"bugs": {
"url": "http://github.com/react-component/tooltip/issues"
},
"bundleDependencies": false,
"dependencies": {
"rc-trigger": "^4.2.1"
},
"deprecated": false,
"description": "React Tooltip",
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/warning": "^3.0.0",
"cross-env": "^7.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"father": "^2.23.1",
"less": "^3.11.1",
"np": "^6.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"typescript": "^3.6.4"
},
"files": [
"dist",
"lib",
"es",
"assets/*.css",
"assets/*.less"
],
"homepage": "http://github.com/react-component/tooltip",
"keywords": [
"react",
"react-component",
"react-tooltip",
"tooltip"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
}
],
"module": "es/index",
"name": "rc-tooltip",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/tooltip.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "4.2.1"
}