File: /var/www/tana/frontend/node_modules/kss/node_modules/decamelize/package.json
{
"_args": [
[
"decamelize@2.0.0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "decamelize@2.0.0",
"_id": "decamelize@2.0.0",
"_inBundle": false,
"_integrity": "sha512-Ikpp5scV3MSYxY39ymh45ZLEecsTdv/Xj2CaQfI8RLMuwi7XvjX9H/fhraiSuU+C5w5NTDu4ZU72xNiZnurBPg==",
"_location": "/kss/decamelize",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "decamelize@2.0.0",
"name": "decamelize",
"escapedName": "decamelize",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/kss/yargs"
],
"_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/decamelize/issues"
},
"dependencies": {
"xregexp": "4.0.0"
},
"description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/decamelize#readme",
"keywords": [
"decamelize",
"decamelcase",
"camelcase",
"lowercase",
"case",
"dash",
"hyphen",
"string",
"str",
"text",
"convert"
],
"license": "MIT",
"name": "decamelize",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/decamelize.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}