UNPKG

@emvu/react-scripts

Version:

Fork of configuration and scripts for Create React App.

107 lines (106 loc) 2.78 kB
{ "_args": [ [ { "raw": "path-case@^2.1.0", "scope": null, "escapedName": "path-case", "name": "path-case", "rawSpec": "^2.1.0", "spec": ">=2.1.0 <3.0.0", "type": "range" }, "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/change-case" ] ], "_from": "path-case@>=2.1.0 <3.0.0", "_id": "path-case@2.1.0", "_inCache": true, "_installable": true, "_location": "/path-case", "_nodeVersion": "6.2.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/path-case-2.1.0.tgz_1465690090889_0.9875110087450594" }, "_npmUser": { "name": "blakeembrey", "email": "hello@blakeembrey.com" }, "_npmVersion": "3.9.3", "_phantomChildren": {}, "_requested": { "raw": "path-case@^2.1.0", "scope": null, "escapedName": "path-case", "name": "path-case", "rawSpec": "^2.1.0", "spec": ">=2.1.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/change-case" ], "_resolved": "https://registry.npmjs.org/path-case/-/path-case-2.1.0.tgz", "_shasum": "5ac491de642936e5dfe0e18d16c461b8be8cf073", "_shrinkwrap": null, "_spec": "path-case@^2.1.0", "_where": "/Users/emvu/src/mivnet/create-react-app/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/path-case/issues" }, "dependencies": { "no-case": "^2.2.0" }, "description": "Path case a string", "devDependencies": { "istanbul": "^0.4.3", "mocha": "^2.1.0", "standard": "^7.1.2" }, "directories": {}, "dist": { "shasum": "5ac491de642936e5dfe0e18d16c461b8be8cf073", "tarball": "https://registry.npmjs.org/path-case/-/path-case-2.1.0.tgz" }, "files": [ "path-case.js", "path-case.d.ts", "LICENSE" ], "gitHead": "0dd33536d8b2d5b02bd53c1feacebeb5a13ba0aa", "homepage": "https://github.com/blakeembrey/path-case", "keywords": [ "path", "case", "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-spec": "mocha -- -R spec --bail" }, "typings": "path-case.d.ts", "version": "2.1.0" }