{ "_from": "rc-upload@~2.9.1", "_id": "rc-upload@2.9.4", "_inBundle": false, "_integrity": "sha512-WXt0HGxXyzLrPV6iec/96Rbl/6dyrAW8pKuY6wwD7yFYwfU5bjgKjv7vC8KNMJ6wzitFrZjnoiogNL3dF9dj3Q==", "_location": "/rc-upload", "_phantomChildren": { "loose-envify": "1.4.0" }, "_requested": { "type": "range", "registry": true, "raw": "rc-upload@~2.9.1", "name": "rc-upload", "escapedName": "rc-upload", "rawSpec": "~2.9.1", "saveSpec": null, "fetchSpec": "~2.9.1" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-2.9.4.tgz", "_shasum": "8e34a73a468d7907fe31982c38100e4593857d32", "_spec": "rc-upload@~2.9.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "bugs": { "url": "http://github.com/react-component/upload/issues" }, "bundleDependencies": false, "config": { "port": 8020 }, "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.5", "prop-types": "^15.5.7", "warning": "4.x" }, "deprecated": false, "description": "upload ui component for react", "devDependencies": { "axios": "^0.19.0", "co-busboy": "^1.3.0", "coveralls": "^3.0.3", "expect.js": "0.3.x", "jest": "^20.0.1", "pre-commit": "1.x", "raf": "^3.4.0", "rc-tools": "6.x", "react": "^16.0.0", "react-dom": "^16.0.0", "sinon": "7.5.0" }, "files": [ "lib", "es" ], "homepage": "http://github.com/react-component/upload", "jest": { "collectCoverageFrom": [ "src/*" ], "coveragePathIgnorePatterns": [ "src/IframeUploader.jsx" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-upload", "upload" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rc-upload", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/upload.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint", "pub": "rc-tools run pub --babel-runtime", "start": "node server", "test": "jest --setupTestFrameworkScriptFile=raf/polyfill" }, "version": "2.9.4" }