121 lines
3.1 KiB
JSON
121 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-select@8.8.4",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-select@8.8.4",
|
|
"_id": "rc-select@8.8.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3ylsjhiUtEN4Tg6/ddg1wG0FXSmT/67LT2/KF8azaG6x/1sMNmSxoyi1nxVoFdmkCO5luDA5F1xCHCOxGuEj3A==",
|
|
"_location": "/rc-select",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-select@8.8.4",
|
|
"name": "rc-select",
|
|
"escapedName": "rc-select",
|
|
"rawSpec": "8.8.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.8.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-select/-/rc-select-8.8.4.tgz",
|
|
"_spec": "8.8.4",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/select/issues"
|
|
},
|
|
"config": {
|
|
"port": 8003
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.23.0",
|
|
"classnames": "2.x",
|
|
"component-classes": "1.x",
|
|
"dom-scroll-into-view": "1.x",
|
|
"prop-types": "^15.5.8",
|
|
"raf": "^3.4.0",
|
|
"rc-animate": "2.x",
|
|
"rc-menu": "^7.3.0",
|
|
"rc-trigger": "^2.5.4",
|
|
"rc-util": "^4.0.4",
|
|
"react-lifecycles-compat": "^3.0.2",
|
|
"warning": "^4.0.2"
|
|
},
|
|
"description": "React Select",
|
|
"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",
|
|
"enzyme": "^3.8.0",
|
|
"enzyme-adapter-react-16": "^1.7.1",
|
|
"enzyme-to-json": "^3.1.4",
|
|
"jsonp": "^0.2.0",
|
|
"lint-staged": "^8.1.0",
|
|
"pre-commit": "1.x",
|
|
"querystring": "^0.2.0",
|
|
"rc-dialog": "7.3.0",
|
|
"rc-test": "^6.0.1",
|
|
"rc-tools": "9.3.8",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "^16.0.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"files": [
|
|
"assets/*.css",
|
|
"es",
|
|
"lib"
|
|
],
|
|
"homepage": "http://github.com/react-component/select",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-select",
|
|
"select"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-select",
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/select.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run storybook-build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run test --coverage",
|
|
"gh-pages": "npm run build && rc-tools run storybook-gh-pages",
|
|
"init-storybook": "rc-tools run genStorybook",
|
|
"init-tslint": "rc-tools run gen-lint-config",
|
|
"lint": "rc-tools run lint",
|
|
"lint-staged": "lint-staged",
|
|
"lint:fix": "rc-tools run lint --fix",
|
|
"pre-commit": "rc-tools run pre-commit",
|
|
"prepublish": "rc-tools run guard",
|
|
"prettier": "rc-tools run prettier",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"start": "rc-tools run storybook",
|
|
"storybook": "rc-tools run storybook",
|
|
"test": "rc-tools run test"
|
|
},
|
|
"version": "8.8.4"
|
|
}
|