106 lines
2.5 KiB
JSON
106 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-progress@2.5.3",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-progress@2.5.3",
|
|
"_id": "rc-progress@2.5.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-K2fa4CnqGehLZoMrdmBeZ86ONSTVcdk5FlqetbwJ3R/+42XfqhwQVOjWp2MH4P7XSQOMAGcNOy1SFfCP3415sg==",
|
|
"_location": "/rc-progress",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-progress@2.5.3",
|
|
"name": "rc-progress",
|
|
"escapedName": "rc-progress",
|
|
"rawSpec": "2.5.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.5.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-progress/-/rc-progress-2.5.3.tgz",
|
|
"_spec": "2.5.3",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "tsjxyz@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/progress/issues"
|
|
},
|
|
"config": {
|
|
"port": 8000,
|
|
"entry": {
|
|
"rc-progress": [
|
|
"./src/index.js",
|
|
"./assets/index.less"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "6.x",
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"description": "progress ui component for react",
|
|
"devDependencies": {
|
|
"lint-staged": "^10.0.1",
|
|
"pre-commit": "1.x",
|
|
"rc-tools": "9.x",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"assets/*.css",
|
|
"es",
|
|
"typings/index.d.ts"
|
|
],
|
|
"homepage": "http://github.com/react-component/progress",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-progress",
|
|
"progress"
|
|
],
|
|
"licenses": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit"
|
|
]
|
|
},
|
|
"main": "lib/index",
|
|
"module": "es/index",
|
|
"name": "rc-progress",
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/progress.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run test --coverage",
|
|
"dist": "rc-tools run dist",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"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 server",
|
|
"test": "rc-tools run test"
|
|
},
|
|
"types": "./typings/index.d.ts",
|
|
"version": "2.5.3"
|
|
}
|