UNPKG

react-scripts

Version:
115 lines (114 loc) 2.77 kB
{ "_args": [ [ "sentence-case@^1.1.1", "/Users/dan/p/create-react-app/node_modules/change-case" ] ], "_from": "sentence-case@>=1.1.1 <2.0.0", "_id": "sentence-case@1.1.3", "_inCache": true, "_installable": true, "_location": "/sentence-case", "_nodeVersion": "5.2.0", "_npmUser": { "email": "hello@blakeembrey.com", "name": "blakeembrey" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "sentence-case", "raw": "sentence-case@^1.1.1", "rawSpec": "^1.1.1", "scope": null, "spec": ">=1.1.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/camel-case", "/change-case", "/dot-case", "/param-case", "/path-case", "/snake-case", "/title-case" ], "_resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz", "_shasum": "8034aafc2145772d3abe1509aa42c9e1042dc139", "_shrinkwrap": null, "_spec": "sentence-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/sentence-case/issues" }, "dependencies": { "lower-case": "^1.1.1" }, "description": "Sentence case a string", "devDependencies": { "chai": "^1.9.1", "istanbul": "^0.3.5", "mocha": "^2.1.0", "pre-commit": "^1.0.1", "standard": "^2.3.1", "xregexp": "^2.0.0" }, "directories": {}, "dist": { "shasum": "8034aafc2145772d3abe1509aa42c9e1042dc139", "tarball": "https://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz" }, "files": [ "LICENSE", "sentence-case.d.ts", "sentence-case.js", "vendor" ], "gitHead": "525ac200ef1490844dc36d1d1d5d1620593a3cf4", "homepage": "https://github.com/blakeembrey/sentence-case", "keywords": [ "case", "sentence", "space" ], "license": "MIT", "main": "sentence-case.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "sentence-case", "optionalDependencies": {}, "pre-commit": [ "build", "stage-vendor", "test" ], "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/blakeembrey/sentence-case.git" }, "scripts": { "build": "node build.js", "lint": "standard", "mocha": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail", "stage-vendor": "git add vendor", "test": "npm run build && npm run lint && npm run mocha" }, "standard": { "ignore": [ "coverage/**" ] }, "typings": "sentence-case.d.ts", "version": "1.1.3" }