mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 10:39:14 -04:00
Initial commit
This commit is contained in:
100
node_modules/camelcase/package.json
generated
vendored
Normal file
100
node_modules/camelcase/package.json
generated
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"camelcase@^2.0.1",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse/node_modules/yargs"
|
||||
]
|
||||
],
|
||||
"_from": "camelcase@>=2.0.1 <3.0.0",
|
||||
"_id": "camelcase@2.1.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/camelcase",
|
||||
"_nodeVersion": "4.3.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/camelcase-2.1.1.tgz_1457803836074_0.4515206723008305"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.14.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "camelcase",
|
||||
"raw": "camelcase@^2.0.1",
|
||||
"rawSpec": "^2.0.1",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.1 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/camelcase-keys",
|
||||
"/doiuse/yargs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
|
||||
"_shasum": "7c1d16d679a1bbe59ca02cacecfb011e201f5a1f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "camelcase@^2.0.1",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse/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": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "7c1d16d679a1bbe59ca02cacecfb011e201f5a1f",
|
||||
"tarball": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "35c9c8abce5b9cc9defe534ab25823dc6383180f",
|
||||
"homepage": "https://github.com/sindresorhus/camelcase",
|
||||
"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": "2.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user