Files
yahoo-thing/node_modules/camelcase/package.json
2019-01-25 01:39:48 +01:00

103 lines
2.3 KiB
JSON

{
"_args": [
[
"camelcase@^4.0.0",
"/home/beppe/Github/yahooApi/node_modules/boxen"
]
],
"_from": "camelcase@>=4.0.0 <5.0.0",
"_id": "camelcase@4.1.0",
"_inCache": true,
"_installable": true,
"_location": "/camelcase",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/camelcase-4.1.0.tgz_1490865362489_0.433825216954574"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "camelcase",
"raw": "camelcase@^4.0.0",
"rawSpec": "^4.0.0",
"scope": null,
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
"_shasum": "d545635be1e33c542649c69173e5de6acfae34dd",
"_shrinkwrap": null,
"_spec": "camelcase@^4.0.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/boxen",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "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": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "d545635be1e33c542649c69173e5de6acfae34dd",
"tarball": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "0e6e4a2752aa013b8e9477145c7b8132c95a82ef",
"homepage": "https://github.com/sindresorhus/camelcase#readme",
"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": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/camelcase.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.1.0",
"xo": {
"esnext": true
}
}