UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

105 lines (104 loc) 2.57 kB
{ "_args": [ [ "rc-checkbox@2.1.7", "G:\\dhcc-app-dll" ] ], "_from": "rc-checkbox@2.1.7", "_id": "rc-checkbox@2.1.7", "_inBundle": false, "_integrity": "sha512-8L+0XuucUOMUM6F/7qH+hnQpEHPZfW1Um02lUHEVdpZNor5mC0Fj4x8GvTtwcM1pAl5tD3I6lHYD8cE1W8RZJw==", "_location": "/rc-checkbox", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "rc-checkbox@2.1.7", "name": "rc-checkbox", "escapedName": "rc-checkbox", "rawSpec": "2.1.7", "saveSpec": null, "fetchSpec": "2.1.7" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-2.1.7.tgz", "_spec": "2.1.7", "_where": "G:\\dhcc-app-dll", "bugs": { "url": "http://github.com/react-component/checkbox/issues" }, "config": { "port": 8001 }, "dependencies": { "babel-runtime": "^6.23.0", "classnames": "2.x", "prop-types": "15.x", "react-lifecycles-compat": "^3.0.4" }, "description": "checkbox ui component for react", "devDependencies": { "core-js": "^2.5.1", "coveralls": "^3.0.0", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.1", "jest": "^21.2.1", "pre-commit": "1.x", "rc-tools": "^7.0.3", "react": "^16.0.0", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0" }, "files": [ "lib", "es", "assets/*.css", "index.d.ts" ], "homepage": "http://github.com/react-component/checkbox", "jest": { "setupFiles": [ "./tests/setup.js" ], "collectCoverageFrom": [ "src/*" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-checkbox", "checkbox" ], "licenses": "MIT", "main": "lib/index", "module": "es/index", "name": "rc-checkbox", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/checkbox.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", "prepublish": "rc-tools run guard", "pub": "rc-tools run pub --babel-runtime", "start": "rc-tools run server", "test": "jest" }, "types": "index.d.ts", "version": "2.1.7" }