UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

102 lines (101 loc) 2.47 kB
{ "_args": [ [ "rc-upload@2.7.0", "G:\\dhcc-app-dll" ] ], "_from": "rc-upload@2.7.0", "_id": "rc-upload@2.7.0", "_inBundle": false, "_integrity": "sha512-Oh9EJB4xE8MQUZ2D0OUST3UMIBjHjnO2IjPNW/cbPredxZz+lzbLPCZxcxRwUwu1gt0LA968UWXAgT1EvZdFfA==", "_location": "/rc-upload", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "rc-upload@2.7.0", "name": "rc-upload", "escapedName": "rc-upload", "rawSpec": "2.7.0", "saveSpec": null, "fetchSpec": "2.7.0" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-2.7.0.tgz", "_spec": "2.7.0", "_where": "G:\\dhcc-app-dll", "bugs": { "url": "http://github.com/react-component/upload/issues" }, "config": { "port": 8020 }, "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.5", "prop-types": "^15.5.7", "warning": "4.x" }, "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.3.2" }, "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.7.0" }