react-scripts
Version:
Configuration and scripts for Create React App.
118 lines (117 loc) • 2.97 kB
JSON
{
"_args": [
[
{
"raw": "camel-case@^3.0.0",
"scope": null,
"escapedName": "camel-case",
"name": "camel-case",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/change-case"
]
],
"_from": "camel-case@>=3.0.0 <4.0.0",
"_id": "camel-case@3.0.0",
"_inCache": true,
"_location": "/camel-case",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/camel-case-3.0.0.tgz_1465692427226_0.6504076849669218"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "camel-case@^3.0.0",
"scope": null,
"escapedName": "camel-case",
"name": "camel-case",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/change-case",
"/pascal-case"
],
"_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
"_shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
"_shrinkwrap": null,
"_spec": "camel-case@^3.0.0",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/change-case",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/camel-case/issues"
},
"dependencies": {
"no-case": "^2.2.0",
"upper-case": "^1.1.1"
},
"description": "Camel case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^2.2.1",
"standard": "^7.1.2"
},
"directories": {},
"dist": {
"shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
"tarball": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz"
},
"files": [
"camel-case.js",
"camel-case.d.ts",
"LICENSE"
],
"gitHead": "719ebc39a5bf828f794db64bb1a78c8dd8fef133",
"homepage": "https://github.com/blakeembrey/camel-case",
"keywords": [
"camel",
"case",
"camelcase",
"camel-case",
"dash",
"hyphen",
"dot",
"underscore",
"lodash",
"separator",
"string",
"text",
"convert"
],
"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-spec": "mocha -- -R spec --bail"
},
"typings": "camel-case.d.ts",
"version": "3.0.0"
}