94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"camelcase@^1.2.1",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\localtunnel\\node_modules\\yargs"
|
|
]
|
|
],
|
|
"_from": "camelcase@>=1.2.1-0 <2.0.0-0",
|
|
"_id": "camelcase@1.2.1",
|
|
"_inCache": true,
|
|
"_location": "/camelcase",
|
|
"_nodeVersion": "0.12.5",
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.11.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "camelcase",
|
|
"raw": "camelcase@^1.2.1",
|
|
"rawSpec": "^1.2.1",
|
|
"scope": null,
|
|
"spec": ">=1.2.1-0 <2.0.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/localtunnel/yargs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
|
|
"_shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
|
|
"_shrinkwrap": null,
|
|
"_spec": "camelcase@^1.2.1",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\localtunnel\\node_modules\\yargs",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/camelcase/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
|
|
"devDependencies": {
|
|
"ava": "0.0.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
|
|
"tarball": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "185ba12da723be9c1ee986cc2956bdc4c517a141",
|
|
"homepage": "https://github.com/sindresorhus/camelcase",
|
|
"installable": true,
|
|
"keywords": [
|
|
"camel",
|
|
"camel-case",
|
|
"camelcase",
|
|
"case",
|
|
"convert",
|
|
"dash",
|
|
"dot",
|
|
"hyphen",
|
|
"separator",
|
|
"string",
|
|
"text",
|
|
"underscore"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "camelcase",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sindresorhus/camelcase"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|