custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
107 lines (106 loc) • 2.54 kB
JSON
{
"_args": [
[
"rc-progress@2.5.1",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-progress@2.5.1",
"_id": "rc-progress@2.5.1",
"_inBundle": false,
"_integrity": "sha512-jIoCYAktSG1SvA7gu2jM7hYwb2JiBrqOexY80TBiIIznhMDHh1Mb7rvtfIoEF3WS5evoqoKa3A+szGMyv3J9Cw==",
"_location": "/rc-progress",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-progress@2.5.1",
"name": "rc-progress",
"escapedName": "rc-progress",
"rawSpec": "2.5.1",
"saveSpec": null,
"fetchSpec": "2.5.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-2.5.1.tgz",
"_spec": "2.5.1",
"_where": "G:\\dhcc-app-dll",
"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": "^8.1.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.1"
}