113 lines
2.6 KiB
JSON
113 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-notification@3.3.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-notification@3.3.1",
|
|
"_id": "rc-notification@3.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U5+f4BmBVfMSf3OHSLyRagsJ74yKwlrQAtbbL5ijoA0F2C60BufwnOcHG18tVprd7iaIjzZt1TKMmQSYSvgrig==",
|
|
"_location": "/rc-notification",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-notification@3.3.1",
|
|
"name": "rc-notification",
|
|
"escapedName": "rc-notification",
|
|
"rawSpec": "3.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-notification/-/rc-notification-3.3.1.tgz",
|
|
"_spec": "3.3.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/notification/issues"
|
|
},
|
|
"config": {
|
|
"port": 8000,
|
|
"entry": {
|
|
"rc-notification": [
|
|
"./assets/index.less",
|
|
"./src/index.js"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "6.x",
|
|
"classnames": "2.x",
|
|
"prop-types": "^15.5.8",
|
|
"rc-animate": "2.x",
|
|
"rc-util": "^4.0.4"
|
|
},
|
|
"description": "notification ui component for react",
|
|
"devDependencies": {
|
|
"core-js": "^2.5.1",
|
|
"expect.js": "~0.3.1",
|
|
"pre-commit": "1.x",
|
|
"rc-test": "^6.0.8",
|
|
"rc-tools": "^6.3.6",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es",
|
|
"assets/*.css"
|
|
],
|
|
"homepage": "http://github.com/react-component/notification",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-notification",
|
|
"notification"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index",
|
|
"maintainers": [
|
|
{
|
|
"name": "yiminghe@gmail.com"
|
|
},
|
|
{
|
|
"name": "skyking_H@hotmail.com"
|
|
},
|
|
{
|
|
"name": "hust2012jiangkai@gmail.com"
|
|
}
|
|
],
|
|
"module": "es/index",
|
|
"name": "rc-notification",
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"precommit": [
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/notification.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",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"karma": "rc-test run karma",
|
|
"lint": "rc-tools run lint",
|
|
"prepublish": "rc-tools run guard",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"saucelabs": "rc-test run saucelabs",
|
|
"start": "rc-tools run server",
|
|
"test": "rc-test run test"
|
|
},
|
|
"version": "3.3.1"
|
|
}
|