UNPKG

react-scripts

Version:
104 lines (103 loc) 2.77 kB
{ "_args": [ [ { "raw": "constant-case@^1.1.0", "scope": null, "escapedName": "constant-case", "name": "constant-case", "rawSpec": "^1.1.0", "spec": ">=1.1.0 <2.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/change-case" ] ], "_from": "constant-case@>=1.1.0 <2.0.0", "_id": "constant-case@1.1.2", "_inCache": true, "_location": "/constant-case", "_nodeVersion": "5.2.0", "_npmUser": { "name": "blakeembrey", "email": "hello@blakeembrey.com" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "raw": "constant-case@^1.1.0", "scope": null, "escapedName": "constant-case", "name": "constant-case", "rawSpec": "^1.1.0", "spec": ">=1.1.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz", "_shasum": "8ec2ca5ba343e00aa38dbf4e200fd5ac907efd63", "_shrinkwrap": null, "_spec": "constant-case@^1.1.0", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/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": "^1.1.0", "upper-case": "^1.1.1" }, "description": "Constant case a string", "devDependencies": { "istanbul": "^0.3.0", "mocha": "^2.2.1", "pre-commit": "^1.0.6", "standard": "^3.3.0" }, "directories": {}, "dist": { "shasum": "8ec2ca5ba343e00aa38dbf4e200fd5ac907efd63", "tarball": "https://registry.npmjs.org/constant-case/-/constant-case-1.1.2.tgz" }, "files": [ "constant-case.js", "constant-case.d.ts", "LICENSE" ], "gitHead": "eba1cd434012d325880ce1d6c21c7537361afcd8", "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": "1.1.2" }