forgeplus-react/node_modules/rc-input-number/package.json

104 lines
2.5 KiB
JSON

{
"_args": [
[
"rc-input-number@4.5.9",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-input-number@4.5.9",
"_id": "rc-input-number@4.5.9",
"_inBundle": false,
"_integrity": "sha512-wAT4EBpLDW4+27c935k4F1JLk+gnhyGBkpzBmtkNvIHLG8yTndZSJ2bFfSYfkA6C82IxmAztXs3ffCeUd/rkbg==",
"_location": "/rc-input-number",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-input-number@4.5.9",
"name": "rc-input-number",
"escapedName": "rc-input-number",
"rawSpec": "4.5.9",
"saveSpec": null,
"fetchSpec": "4.5.9"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-input-number/-/rc-input-number-4.5.9.tgz",
"_spec": "4.5.9",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "tsjxyz@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/input-number/issues"
},
"config": {
"port": 8000,
"entry": {
"rc-input-number": [
"./src/index.js",
"./assets/index.less"
]
}
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "^2.2.0",
"prop-types": "^15.5.7",
"rc-util": "^4.5.1",
"rmc-feedback": "^2.0.0"
},
"description": "React input-number component",
"devDependencies": {
"core-js": "^2.5.1",
"create-react-class": "^15.6.2",
"expect.js": "~0.3.1",
"pre-commit": "1.x",
"rc-test": "^6.0.1",
"rc-tools": "^7.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sinon": "^9.0.1"
},
"files": [
"lib",
"es",
"assets",
"dist"
],
"homepage": "https://github.com/react-component/input-number",
"keywords": [
"react",
"react-component",
"react-input-number",
"input-number"
],
"license": "MIT",
"main": "lib/index",
"module": "es/index",
"name": "rc-input-number",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/input-number.git"
},
"scripts": {
"build": "rc-tools run build",
"chrome-test": "rc-test run chrome-test",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "rc-test run coverage",
"dist": "rc-tools run dist",
"gh-pages": "rc-tools run gh-pages",
"karma": "rc-test run karma",
"lint": "rc-tools run lint",
"pub": "rc-tools run pub --babel-runtime",
"saucelabs": "rc-test run saucelabs",
"start": "rc-tools run server",
"test": "rc-test run test"
},
"version": "4.5.9"
}