Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/camelcase/package.json
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

96 lines
2.4 KiB
JSON

{
"_args": [
[
"camelcase@^1.2.1",
"/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/browser-sync/node_modules/localtunnel/node_modules/yargs"
]
],
"_from": "camelcase@>=1.2.1 <2.0.0",
"_id": "camelcase@1.2.1",
"_inCache": true,
"_installable": 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 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/browser-sync/localtunnel/yargs",
"/systemjs-builder/yargs"
],
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
"_shasum": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39",
"_shrinkwrap": null,
"_spec": "camelcase@^1.2.1",
"_where": "/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/browser-sync/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",
"keywords": [
"camelcase",
"camel-case",
"camel",
"case",
"dash",
"hyphen",
"dot",
"underscore",
"separator",
"string",
"text",
"convert"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "camelcase",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/camelcase.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.2.1"
}