2023-05-16 10:50:42 +08:00

89 lines
2.5 KiB
JSON
Executable File

{
"_args": [
[
"react-chatview@0.2.5",
"/Users/easysoft/src/xuan/xxc/app"
]
],
"_from": "react-chatview@0.2.5",
"_id": "react-chatview@0.2.5",
"_inBundle": false,
"_integrity": "sha512-9isqrXZ3GHeAZC/zxEqKmEOo2ODz3AInMBt0+iaCmV8lPehYSMc/hWYSY+6exUyHWKbUPYdanVCsMgR/DSHy7Q==",
"_location": "/react-chatview",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-chatview@0.2.5",
"name": "react-chatview",
"escapedName": "react-chatview",
"rawSpec": "0.2.5",
"saveSpec": null,
"fetchSpec": "0.2.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-chatview/-/react-chatview-0.2.5.tgz",
"_spec": "0.2.5",
"_where": "/Users/easysoft/src/xuan/xxc/app",
"author": {
"name": "Dustin Getz",
"email": "dustin.getz@gmail.com",
"url": "https://github.com/dustingetz"
},
"bugs": {
"url": "https://github.com/jsdevkr/react-chatview/issues"
},
"dependencies": {
"lodash.clone": "^4.5.0"
},
"description": "Infinite scroll chat or feed component for React.js",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.16.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^2.2.0"
},
"homepage": "https://github.com/jsdevkr/react-chatview#readme",
"jsnext:main": "src/react-chatview.js",
"keywords": [
"react",
"chat",
"scroll",
"infinite"
],
"license": "BSD-2-Clause",
"main": "dist/react-chatview.js",
"maintainers": "Dongwoo Gim <gimdongwoo@gmail.com> (https://github.com/gimdongwoo)",
"name": "react-chatview",
"peerDependencies": {
"react": ">= 0.15.0",
"react-dom": ">= 0.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdevkr/react-chatview.git"
},
"scripts": {
"build": "npm run lint && webpack && npm run dist && npm run lib",
"dist": "NODE_ENV=prod webpack --config webpack.dist.js",
"lib": "BABEL_ENV=commonjs babel src --out-dir lib",
"lint": "eslint -c .eslintrc src"
},
"version": "0.2.5"
}