react-scripts
Version:
Configuration and scripts for Create React App.
109 lines (108 loc) • 2.98 kB
JSON
{
"_args": [
[
{
"raw": "sentence-case@^2.1.0",
"scope": null,
"escapedName": "sentence-case",
"name": "sentence-case",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/packages/react-scripts/node_modules/change-case"
]
],
"_from": "sentence-case@>=2.1.0 <3.0.0",
"_id": "sentence-case@2.1.0",
"_inCache": true,
"_location": "/sentence-case",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/sentence-case-2.1.0.tgz_1465692062463_0.5940663432702422"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "sentence-case@^2.1.0",
"scope": null,
"escapedName": "sentence-case",
"name": "sentence-case",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/change-case"
],
"_resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.0.tgz",
"_shasum": "d592fbed457fd1a59e3af0ee17e99f6fd70d7efd",
"_shrinkwrap": null,
"_spec": "sentence-case@^2.1.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/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/sentence-case/issues"
},
"dependencies": {
"no-case": "^2.2.0",
"upper-case-first": "^1.1.2"
},
"description": "Sentence case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^2.2.1",
"standard": "^7.1.2"
},
"directories": {},
"dist": {
"shasum": "d592fbed457fd1a59e3af0ee17e99f6fd70d7efd",
"tarball": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.0.tgz"
},
"files": [
"sentence-case.js",
"sentence-case.d.ts",
"LICENSE"
],
"gitHead": "4ced710fbaebc14f24e18bb13af45411b5fd0d0b",
"homepage": "https://github.com/blakeembrey/sentence-case",
"keywords": [
"sentence",
"case",
"upper-case",
"first",
"lower-case"
],
"license": "MIT",
"main": "sentence-case.js",
"maintainers": [
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
}
],
"name": "sentence-case",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/sentence-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": "sentence-case.d.ts",
"version": "2.1.0"
}