100 lines
2.5 KiB
JSON
100 lines
2.5 KiB
JSON
{
|
|
"_from": "rc-upload@~3.0.0",
|
|
"_id": "rc-upload@3.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dTCvj1iHxjHG0qo5UyN2ZmtueG9GG3xrOhOwnjsehaoOvl0TOjLbHkUIPPqLZk+wHb57Ue4KB7c3+IMgkDoBvw==",
|
|
"_location": "/rc-upload",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-upload@~3.0.0",
|
|
"name": "rc-upload",
|
|
"escapedName": "rc-upload",
|
|
"rawSpec": "~3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-3.0.4.tgz",
|
|
"_shasum": "5fd8ba9eefc1e466225240ae997404693d86fa09",
|
|
"_spec": "rc-upload@~3.0.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/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"
|
|
},
|
|
"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",
|
|
"fs-extra": "^9.0.0",
|
|
"gh-pages": "^2.2.0",
|
|
"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": "8.1.1",
|
|
"vinyl-fs": "^3.0.3"
|
|
},
|
|
"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": "3.0.4"
|
|
}
|