UNPKG

react-scripts

Version:
95 lines (94 loc) 2.35 kB
{ "_args": [ [ "path-case@^1.1.0", "/Users/dan/p/create-react-app/node_modules/change-case" ] ], "_from": "path-case@>=1.1.0 <2.0.0", "_id": "path-case@1.1.2", "_inCache": true, "_installable": true, "_location": "/path-case", "_nodeVersion": "5.2.0", "_npmUser": { "email": "hello@blakeembrey.com", "name": "blakeembrey" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "path-case", "raw": "path-case@^1.1.0", "rawSpec": "^1.1.0", "scope": null, "spec": ">=1.1.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz", "_shasum": "50ce6ba0d3bed3dd0b5c2a9c4553697434409514", "_shrinkwrap": null, "_spec": "path-case@^1.1.0", "_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/path-case/issues" }, "dependencies": { "sentence-case": "^1.1.2" }, "description": "Path case a string", "devDependencies": { "istanbul": "^0.3.0", "mocha": "^2.1.0", "pre-commit": "^1.0.1", "standard": "^3.3.0" }, "directories": {}, "dist": { "shasum": "50ce6ba0d3bed3dd0b5c2a9c4553697434409514", "tarball": "https://registry.npmjs.org/path-case/-/path-case-1.1.2.tgz" }, "files": [ "LICENSE", "path-case.d.ts", "path-case.js" ], "gitHead": "0b418ddfe3bc6aeea7b3eb703c92cc1c55a84343", "homepage": "https://github.com/blakeembrey/path-case", "keywords": [ "case", "path", "slash" ], "license": "MIT", "main": "path-case.js", "maintainers": [ { "name": "blakeembrey", "email": "hello@blakeembrey.com" } ], "name": "path-case", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/blakeembrey/path-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": "path-case.d.ts", "version": "1.1.2" }