2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"camelcase@3.0.0",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "camelcase@3.0.0",
|
|
|
|
"_id": "camelcase@3.0.0",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
|
|
|
|
"_location": "/camelcase",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "camelcase@3.0.0",
|
|
|
|
"name": "camelcase",
|
|
|
|
"escapedName": "camelcase",
|
|
|
|
"rawSpec": "3.0.0",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "3.0.0"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/yargs",
|
|
|
|
"/yargs/yargs-parser"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
|
|
|
|
"_spec": "3.0.0",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "http://sindresorhus.com"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sindresorhus/camelcase/issues"
|
|
|
|
},
|
|
|
|
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"xo": "*"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"homepage": "https://github.com/sindresorhus/camelcase#readme",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"camelcase",
|
|
|
|
"camel-case",
|
|
|
|
"camel",
|
|
|
|
"case",
|
|
|
|
"dash",
|
|
|
|
"hyphen",
|
|
|
|
"dot",
|
|
|
|
"underscore",
|
|
|
|
"separator",
|
|
|
|
"string",
|
|
|
|
"text",
|
|
|
|
"convert"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"name": "camelcase",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sindresorhus/camelcase.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
|
|
|
"version": "3.0.0"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|