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

131 lines
3.2 KiB
JSON

{
"_args": [
[
"cnbuilder@2.6.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "cnbuilder@2.6.0",
"_id": "cnbuilder@2.6.0",
"_inBundle": false,
"_integrity": "sha512-SA2gBDcU6B9T1uMhA3m13dVffdaA8RC9TIz7zQygYwbdwOf6l8IGem5UbDc661W2YcQ0aiwt6FqDhDpAE7YUqA==",
"_location": "/cnbuilder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cnbuilder@2.6.0",
"name": "cnbuilder",
"escapedName": "cnbuilder",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/react-scrollbars-custom"
],
"_resolved": "https://registry.npmjs.org/cnbuilder/-/cnbuilder-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Anton Zinovyev"
},
"bugs": {
"url": "https://github.com/xobotyi/cnbuilder/issues"
},
"dependencies": {},
"description": "Yet another classname string builder (the fastest one)",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.5",
"@types/jest": "^26.0.0",
"@xobotyi/eslint-config": "^1.9.0",
"@xobotyi/preset-typescript": "^1.0.0",
"eslint": "^7.0.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.4",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.10.5",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"semantic-release": "^17.0.7",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"esnext": "dist/index.esnext.js",
"files": [
"dist"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/xobotyi"
},
"homepage": "https://github.com/xobotyi/cnbuilder",
"husky": {
"hooks": {
"pre-commit": "yarn lint:types && lint-staged",
"pre-push": "yarn lint:fix && rimraf dist && yarn build && yarn test"
}
},
"keywords": [
"classname",
"class",
"classlist",
"builder",
"attr",
"attribute",
"concat"
],
"license": "MIT",
"lint-staged": {
"./{src,tests}/**/*.ts": [
"yarn lint:fix"
],
"./*.{ts,js}": [
"yarn lint:fix"
]
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"name": "cnbuilder",
"release": {
"branches": [
"master",
{
"name": "next",
"prerelease": "rc"
}
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/xobotyi/cnbuilder.git"
},
"scripts": {
"build": "rimraf ./dist && rollup --config",
"lint": "eslint ./{src,tests}/**/*.ts ./*.{ts,js}",
"lint:fix": "yarn lint --fix",
"lint:types": "tsc --noEmit",
"prepublishOnly": "yarn build",
"semantic-release": "semantic-release",
"test": "jest"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"version": "2.6.0"
}