react-scripts
Version:
Configuration and scripts for Create React App.
107 lines (106 loc) • 2.57 kB
JSON
{
"_args": [
[
"camel-case@^1.1.1",
"/Users/dan/p/create-react-app/node_modules/change-case"
]
],
"_from": "camel-case@>=1.1.1 <2.0.0",
"_id": "camel-case@1.2.2",
"_inCache": true,
"_installable": true,
"_location": "/camel-case",
"_nodeVersion": "5.2.0",
"_npmUser": {
"email": "hello@blakeembrey.com",
"name": "blakeembrey"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "camel-case",
"raw": "camel-case@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/change-case",
"/pascal-case"
],
"_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz",
"_shasum": "1aca7c4d195359a2ce9955793433c6e5542511f2",
"_shrinkwrap": null,
"_spec": "camel-case@^1.1.1",
"_where": "/Users/dan/p/create-react-app/node_modules/change-case",
"author": {
"email": "hello@blakeembrey.com",
"name": "Blake Embrey",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/camel-case/issues"
},
"dependencies": {
"sentence-case": "^1.1.1",
"upper-case": "^1.1.1"
},
"description": "Camel case a string",
"devDependencies": {
"istanbul": "^0.3.0",
"mocha": "^2.2.1",
"pre-commit": "^1.0.6",
"standard": "^3.3.0"
},
"directories": {},
"dist": {
"shasum": "1aca7c4d195359a2ce9955793433c6e5542511f2",
"tarball": "https://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz"
},
"files": [
"LICENSE",
"camel-case.d.ts",
"camel-case.js"
],
"gitHead": "7621750e383be5e4b553077a53d546a077fab872",
"homepage": "https://github.com/blakeembrey/camel-case",
"keywords": [
"camel",
"camel-case",
"camelcase",
"case",
"convert",
"dash",
"dot",
"hyphen",
"lodash",
"separator",
"string",
"text",
"underscore"
],
"license": "MIT",
"main": "camel-case.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "camel-case",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/camel-case.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-std": "mocha -- -R spec --bail"
},
"typings": "camel-case.d.ts",
"version": "1.2.2"
}