mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"_from": "react-button@^1.2.1",
|
|
"_id": "react-button@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xDHRWzuF5FDK7WmwBlh96DtploI=",
|
|
"_location": "/react-button",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "react-button@^1.2.1",
|
|
"name": "react-button",
|
|
"escapedName": "react-button",
|
|
"rawSpec": "^1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-button/-/react-button-1.2.1.tgz",
|
|
"_shasum": "c431d15b3b85e450caed69b006587de83b699682",
|
|
"_spec": "react-button@^1.2.1",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector",
|
|
"author": {
|
|
"name": "ZippyUI",
|
|
"email": "contact@zippyui.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zippyui/react-button/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"object-assign": "^2.0.0",
|
|
"react-style-normalizer": "^1.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Button",
|
|
"devDependencies": {
|
|
"css-loader": "^0.9.0",
|
|
"extract-text-webpack-plugin": "^0.3.5",
|
|
"gulp": "^3.8.11",
|
|
"gulp-react": "^2.0.0",
|
|
"http-server": "^0.7.3",
|
|
"jsx-loader": "^0.12.2",
|
|
"style-loader": "^0.8.2",
|
|
"stylus-loader": "^0.4.0",
|
|
"webpack": "^1.4.13",
|
|
"webpack-dev-server": "^1.6.6"
|
|
},
|
|
"homepage": "https://github.com/zippyui/react-button",
|
|
"keywords": [
|
|
"button",
|
|
"react-component",
|
|
"react",
|
|
"ui"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "react-button",
|
|
"peerDependencies": {
|
|
"react": ">=0.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zippyui/react-button.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lib && npm run dist && npm run dist.min",
|
|
"build-style": "webpack --progress --colors --config build-style.config.js",
|
|
"dev": "webpack-dev-server --progress --colors --port 9090 --content-base http://localhost:9091",
|
|
"dist": "webpack --progress --colors --config dist.config.js",
|
|
"dist.min": "webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js",
|
|
"lib": "gulp",
|
|
"serve": "http-server -p 9091",
|
|
"test": "make"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|