Files
icehrm/web/node_modules/rmc-feedback/package.json
2020-05-20 18:47:29 +02:00

98 lines
2.5 KiB
JSON

{
"_from": "rmc-feedback@^2.0.0",
"_id": "rmc-feedback@2.0.0",
"_inBundle": false,
"_integrity": "sha512-5PWOGOW7VXks/l3JzlOU9NIxRpuaSS8d9zA3UULUCuTKnpwBHNvv1jSJzxgbbCQeYzROWUpgKI4za3X4C/mKmQ==",
"_location": "/rmc-feedback",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rmc-feedback@^2.0.0",
"name": "rmc-feedback",
"escapedName": "rmc-feedback",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/rc-input-number"
],
"_resolved": "https://registry.npmjs.org/rmc-feedback/-/rmc-feedback-2.0.0.tgz",
"_shasum": "cbc6cb3ae63c7a635eef0e25e4fbaf5ac366eeaa",
"_spec": "rmc-feedback@^2.0.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/rc-input-number",
"author": {
"name": "rjmuqiang@gmail.com"
},
"bugs": {
"url": "https://github.com/react-component/m-feedback/issues"
},
"bundleDependencies": false,
"config": {
"port": 8000,
"entry": {
"rmc-feedback": [
"./index.js"
]
}
},
"dependencies": {
"babel-runtime": "6.x",
"classnames": "^2.2.5"
},
"deprecated": false,
"description": ":active pseudo-class with react for mobile",
"devDependencies": {
"@types/mocha": "~2.2.32",
"@types/react": "~16.0.2",
"@types/react-dom": "15.5.1",
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-test": "~6.0.3",
"rc-tools": "6.x",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"files": [
"lib",
"es",
"dist"
],
"homepage": "https://github.com/react-component/m-feedback",
"keywords": [
"react",
"react-component",
"touch feeedback",
"rc-swipeout",
"active pseudo"
],
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rmc-feedback",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-component/m-feedback.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",
"start": "rc-tools run server",
"test": "rc-test run test",
"watch-tsc": "rc-tools run watch-tsc"
},
"typings": "./lib/index.d.ts",
"version": "2.0.0"
}