forgeplus-react/node_modules/rc-tree/package.json

137 lines
3.3 KiB
JSON

{
"_args": [
[
"rc-tree@1.15.3",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-tree@1.15.3",
"_id": "rc-tree@1.15.3",
"_inBundle": false,
"_integrity": "sha512-FIKGKCesbQnILbsjGyu354R5pfrFtOcYz/w3ZIqFkJWIbbUeveWU8BgTKcpeSQgyKju1hsWORAePkeA+V1unFg==",
"_location": "/rc-tree",
"_phantomChildren": {
"babel-runtime": "6.26.0",
"classnames": "2.2.6",
"component-classes": "1.2.6",
"fbjs": "0.8.17",
"loose-envify": "1.4.0",
"prop-types": "15.7.2",
"raf": "3.4.0",
"rc-util": "4.20.5",
"react-lifecycles-compat": "3.0.4"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-tree@1.15.3",
"name": "rc-tree",
"escapedName": "rc-tree",
"rawSpec": "1.15.3",
"saveSpec": null,
"fetchSpec": "1.15.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-1.15.3.tgz",
"_spec": "1.15.3",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "hualei5280@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/tree/issues"
},
"config": {
"port": 8018,
"entry": {
"rc-tree": [
"./assets/index.less",
"./src/index.js"
]
}
},
"dependencies": {
"babel-runtime": "^6.23.0",
"classnames": "2.x",
"prop-types": "^15.5.8",
"rc-animate": "^3.0.0-rc.5",
"rc-util": "^4.5.1",
"react-lifecycles-compat": "^3.0.4",
"warning": "^3.0.0"
},
"description": "tree ui component for react",
"devDependencies": {
"cross-env": "^5.2.0",
"css-animation": "^1.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.0.0",
"es6-promise": "^3.1.2",
"jest": "^23.0.0",
"pre-commit": "1.x",
"rc-dialog": "^7.3.1",
"rc-tools": "^8.x",
"rc-tooltip": "3.x",
"rc-trigger": "^2.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-test-renderer": "^16.0.0"
},
"files": [
"assets/*.css",
"assets/*.png",
"assets/*.gif",
"dist",
"es",
"lib"
],
"homepage": "http://github.com/react-component/tree",
"jest": {
"setupFiles": [
"./tests/setup.js"
],
"collectCoverageFrom": [
"src/**/*"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"transform": {
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
},
"testURL": "http://localhost"
},
"keywords": [
"react",
"react-component",
"react-tree",
"tree"
],
"license": "MIT",
"main": "lib/index",
"module": "./es/index",
"name": "rc-tree",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/tree.git"
},
"scripts": {
"build": "rc-tools run build",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "jest --coverage",
"dist": "rc-tools run dist",
"gh-pages": "rc-tools run gh-pages",
"lint": "rc-tools run lint",
"pub": "rc-tools run pub --babel-runtime",
"start": "rc-tools run server",
"test": "jest",
"test:15": "npm i --no-save react@15 react-dom@15 react-test-renderer@15 enzyme-adapter-react-15 && cross-env REACT=15 jest -u"
},
"version": "1.15.3"
}