{ "_from": "rc-progress@~2.5.0", "_id": "rc-progress@2.5.3", "_inBundle": false, "_integrity": "sha512-K2fa4CnqGehLZoMrdmBeZ86ONSTVcdk5FlqetbwJ3R/+42XfqhwQVOjWp2MH4P7XSQOMAGcNOy1SFfCP3415sg==", "_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.3.tgz", "_shasum": "00f01b95bdbe1856d3a5f82242051902e8b7a8e7", "_spec": "rc-progress@~2.5.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/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": "^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" }