132 lines
3.1 KiB
JSON
132 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-calendar@9.15.11",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-calendar@9.15.11",
|
|
"_id": "rc-calendar@9.15.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qv0VXfAAnysMWJigxaP6se4bJHvr17D9qsLbi8BOpdgEocsS0RkgY1IUiFaOVYKJDy/EyLC447O02sV/y5YYBg==",
|
|
"_location": "/rc-calendar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-calendar@9.15.11",
|
|
"name": "rc-calendar",
|
|
"escapedName": "rc-calendar",
|
|
"rawSpec": "9.15.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "9.15.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-calendar/-/rc-calendar-9.15.11.tgz",
|
|
"_spec": "9.15.11",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "yiminghe@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/calendar/issues"
|
|
},
|
|
"config": {
|
|
"port": 8002,
|
|
"entry": {
|
|
"rc-calendar": [
|
|
"./assets/index.less",
|
|
"./src/index.js"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "6.x",
|
|
"classnames": "2.x",
|
|
"moment": "2.x",
|
|
"prop-types": "^15.5.8",
|
|
"rc-trigger": "^2.2.0",
|
|
"rc-util": "^4.1.1",
|
|
"react-lifecycles-compat": "^3.0.4"
|
|
},
|
|
"description": "React Calendar",
|
|
"devDependencies": {
|
|
"@types/react": "^16.3.13",
|
|
"async": "~3.1.0",
|
|
"dtslint": "^1.0.3",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"enzyme-to-json": "^3.3.1",
|
|
"jest": "^22.1.4",
|
|
"mockdate": "^2.0.1",
|
|
"pre-commit": "1.x",
|
|
"rc-dialog": "^7.0.0",
|
|
"rc-select": "^9.1.5",
|
|
"rc-time-picker": "^3.1.0",
|
|
"rc-tools": "^7.0.3",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-test-renderer": "^16.0.0",
|
|
"tslint": "^5.9.1",
|
|
"typescript": "^3.4.1"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"assets/*.css",
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "http://github.com/react-component/calendar",
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx}"
|
|
],
|
|
"setupFiles": [
|
|
"./tests/setup.js"
|
|
],
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"transform": {
|
|
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
|
|
},
|
|
"testURL": "http://localhost"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-calendar",
|
|
"react-component",
|
|
"calendar",
|
|
"ui component",
|
|
"ui",
|
|
"component"
|
|
],
|
|
"licenses": "MIT",
|
|
"main": "lib/index",
|
|
"module": "es/index",
|
|
"name": "rc-calendar",
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/calendar.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "jest --coverage",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"start": "rc-tools run server",
|
|
"test": "jest",
|
|
"types": "tslint *.ts{,x} && tsc"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "9.15.11"
|
|
}
|