react-scripts
Version:
Configuration and scripts for Create React App.
108 lines (107 loc) • 2.85 kB
JSON
{
"_args": [
[
{
"raw": "constant-case@^2.0.0",
"scope": null,
"escapedName": "constant-case",
"name": "constant-case",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/gaearon/p/create-react-app/node_modules/change-case"
]
],
"_from": "constant-case@>=2.0.0 <3.0.0",
"_id": "constant-case@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/constant-case",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/constant-case-2.0.0.tgz_1465693065584_0.4882398748304695"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "constant-case@^2.0.0",
"scope": null,
"escapedName": "constant-case",
"name": "constant-case",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/change-case"
],
"_resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
"_shasum": "4175764d389d3fa9c8ecd29186ed6005243b6a46",
"_shrinkwrap": null,
"_spec": "constant-case@^2.0.0",
"_where": "/Users/gaearon/p/create-react-app/node_modules/change-case",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/constant-case/issues"
},
"dependencies": {
"snake-case": "^2.1.0",
"upper-case": "^1.1.1"
},
"description": "Constant case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^2.2.1",
"standard": "^7.1.2"
},
"directories": {},
"dist": {
"shasum": "4175764d389d3fa9c8ecd29186ed6005243b6a46",
"tarball": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz"
},
"files": [
"constant-case.js",
"constant-case.d.ts",
"LICENSE"
],
"gitHead": "406d1772f9bbcc7ad1aa7abb1085096e440f17c9",
"homepage": "https://github.com/blakeembrey/constant-case",
"keywords": [
"constant",
"case",
"upper"
],
"license": "MIT",
"main": "constant-case.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "constant-case",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/constant-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": "constant-case.d.ts",
"version": "2.0.0"
}