UNPKG

react-scripts

Version:
115 lines (114 loc) 2.87 kB
{ "_args": [ [ { "raw": "camel-case@^1.1.1", "scope": null, "escapedName": "camel-case", "name": "camel-case", "rawSpec": "^1.1.1", "spec": ">=1.1.1 <2.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/change-case" ] ], "_from": "camel-case@>=1.1.1 <2.0.0", "_id": "camel-case@1.2.2", "_inCache": true, "_location": "/camel-case", "_nodeVersion": "5.2.0", "_npmUser": { "name": "blakeembrey", "email": "hello@blakeembrey.com" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "raw": "camel-case@^1.1.1", "scope": null, "escapedName": "camel-case", "name": "camel-case", "rawSpec": "^1.1.1", "spec": ">=1.1.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/change-case", "/pascal-case" ], "_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz", "_shasum": "1aca7c4d195359a2ce9955793433c6e5542511f2", "_shrinkwrap": null, "_spec": "camel-case@^1.1.1", "_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/camel-case/issues" }, "dependencies": { "sentence-case": "^1.1.1", "upper-case": "^1.1.1" }, "description": "Camel case a string", "devDependencies": { "istanbul": "^0.3.0", "mocha": "^2.2.1", "pre-commit": "^1.0.6", "standard": "^3.3.0" }, "directories": {}, "dist": { "shasum": "1aca7c4d195359a2ce9955793433c6e5542511f2", "tarball": "https://registry.npmjs.org/camel-case/-/camel-case-1.2.2.tgz" }, "files": [ "camel-case.js", "camel-case.d.ts", "LICENSE" ], "gitHead": "7621750e383be5e4b553077a53d546a077fab872", "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-std": "mocha -- -R spec --bail" }, "typings": "camel-case.d.ts", "version": "1.2.2" }