108 lines
2.8 KiB
JSON
108 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-rating@2.0.5",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-rating@2.0.5",
|
|
"_id": "react-rating@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uldxgLCe5bzqGX7V+7/bPgQQj2Kok6eiMgTMxjKOhfhnQkFLDlc4TjMlp7gaJFAHWdbiOnqpiShI7z8as6oWtg==",
|
|
"_location": "/react-rating",
|
|
"_phantomChildren": {
|
|
"@types/prop-types": "15.7.3",
|
|
"@types/scheduler": "0.16.1",
|
|
"csstype": "3.0.8"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-rating@2.0.5",
|
|
"name": "react-rating",
|
|
"escapedName": "react-rating",
|
|
"rawSpec": "2.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-rating/-/react-rating-2.0.5.tgz",
|
|
"_spec": "2.0.5",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "dreyescat"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dreyescat/react-rating/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.105",
|
|
"@types/react": "^16.0.40"
|
|
},
|
|
"description": "A rating react component with custom symbols",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@babel/standalone": "^7.0.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"bootstrap": "^3.3.5",
|
|
"chai": "^4.1.2",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^5.5.0",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"font-awesome": "^4.3.0",
|
|
"mocha": "^5.2.0",
|
|
"prismjs": "^1.6.0",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "^16.4.2",
|
|
"rollup": "^1.10.1",
|
|
"rollup-plugin-babel": "^4.3.2",
|
|
"rollup-plugin-terser": "^4.0.4"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"README.md",
|
|
"LICENSE.md",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/dreyescat/react-rating",
|
|
"keywords": [
|
|
"rating",
|
|
"react",
|
|
"component",
|
|
"react-component",
|
|
"bootstrap",
|
|
"fontawesome"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/react-rating.cjs.js",
|
|
"module": "lib/react-rating.esm.js",
|
|
"name": "react-rating",
|
|
"peerDependencies": {
|
|
"react": ">=16.3.0",
|
|
"react-dom": ">=16.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dreyescat/react-rating.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"gh-pages": "./scripts/gh-pages.sh",
|
|
"lint": "eslint src --ext .js,.jsx",
|
|
"postversion": "git push && git push --tags",
|
|
"test": "mocha --compilers js:@babel/register --recursive",
|
|
"version": "npm run build && git add -A lib"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"version": "2.0.5"
|
|
}
|