103 lines
2.5 KiB
JSON
103 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-upload@2.9.4",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-upload@2.9.4",
|
|
"_id": "rc-upload@2.9.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WXt0HGxXyzLrPV6iec/96Rbl/6dyrAW8pKuY6wwD7yFYwfU5bjgKjv7vC8KNMJ6wzitFrZjnoiogNL3dF9dj3Q==",
|
|
"_location": "/rc-upload",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-upload@2.9.4",
|
|
"name": "rc-upload",
|
|
"escapedName": "rc-upload",
|
|
"rawSpec": "2.9.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.9.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-2.9.4.tgz",
|
|
"_spec": "2.9.4",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"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.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"
|
|
}
|