104 lines
2.6 KiB
JSON
104 lines
2.6 KiB
JSON
{
|
|
"_from": "rc-progress@~2.5.0",
|
|
"_id": "rc-progress@2.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ajI+MJkbBz9zYDuE9GQsY5gsyqPF7HFioZEDZ9Fmc+ebNZoiSeSJsTJImPFCg0dW/5WiRGUy2F69SX1aPtSJgA==",
|
|
"_location": "/rc-progress",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-progress@~2.5.0",
|
|
"name": "rc-progress",
|
|
"escapedName": "rc-progress",
|
|
"rawSpec": "~2.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-2.5.2.tgz",
|
|
"_shasum": "ab01ba4e5d2fa36fc9f6f058b10b720e7315560c",
|
|
"_spec": "rc-progress@~2.5.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"author": {
|
|
"name": "tsjxyz@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/progress/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"port": 8000,
|
|
"entry": {
|
|
"rc-progress": [
|
|
"./src/index.js",
|
|
"./assets/index.less"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "6.x",
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "progress ui component for react",
|
|
"devDependencies": {
|
|
"lint-staged": "^9.0.0",
|
|
"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",
|
|
"git add"
|
|
]
|
|
},
|
|
"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.2"
|
|
}
|