jam-cloud/jam-ui/node_modules/classnames/package.json

73 lines
1.8 KiB
JSON

{
"_args": [
[
"classnames@2.3.1",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "classnames@2.3.1",
"_id": "classnames@2.3.1",
"_inBundle": false,
"_integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==",
"_location": "/classnames",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "classnames@2.3.1",
"name": "classnames",
"escapedName": "classnames",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/",
"/@material-ui/core",
"/react-bootstrap-table-next",
"/react-draggable",
"/react-slick",
"/react-toastify",
"/reactstrap"
],
"_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Jed Watson"
},
"bugs": {
"url": "https://github.com/JedWatson/classnames/issues"
},
"description": "A simple utility for conditionally joining classNames together",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"mocha": "^8.3.2"
},
"homepage": "https://github.com/JedWatson/classnames#readme",
"keywords": [
"react",
"css",
"classes",
"classname",
"classnames",
"util",
"utility"
],
"license": "MIT",
"main": "index.js",
"name": "classnames",
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/classnames.git"
},
"scripts": {
"benchmarks": "node ./benchmarks/run",
"benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
"test": "mocha tests/*.js"
},
"types": "./index.d.ts",
"version": "2.3.1"
}