You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.9 KiB
79 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"camelcase@5.3.1",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "camelcase@5.3.1",
|
|
"_id": "camelcase@5.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=",
|
|
"_location": "/jest-validate/camelcase",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "camelcase@5.3.1",
|
|
"name": "camelcase",
|
|
"escapedName": "camelcase",
|
|
"rawSpec": "5.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-validate"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/camelcase/download/camelcase-5.3.1.tgz?cache=0&sync_timestamp=1589682790492&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcamelcase%2Fdownload%2Fcamelcase-5.3.1.tgz",
|
|
"_spec": "5.3.1",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/camelcase/issues"
|
|
},
|
|
"description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/camelcase#readme",
|
|
"keywords": [
|
|
"camelcase",
|
|
"camel-case",
|
|
"camel",
|
|
"case",
|
|
"dash",
|
|
"hyphen",
|
|
"dot",
|
|
"underscore",
|
|
"separator",
|
|
"string",
|
|
"text",
|
|
"convert",
|
|
"pascalcase",
|
|
"pascal-case"
|
|
],
|
|
"license": "MIT",
|
|
"name": "camelcase",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/camelcase.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "5.3.1"
|
|
}
|
|
|