UNPKG

react-scripts

Version:
121 lines (120 loc) 3.2 kB
{ "_args": [ [ { "raw": "type-is@~1.6.13", "scope": null, "escapedName": "type-is", "name": "type-is", "rawSpec": "~1.6.13", "spec": ">=1.6.13 <1.7.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/express" ] ], "_from": "type-is@>=1.6.13 <1.7.0", "_id": "type-is@1.6.13", "_inCache": true, "_location": "/type-is", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/type-is-1.6.13.tgz_1463622049206_0.9134831207338721" }, "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "raw": "type-is@~1.6.13", "scope": null, "escapedName": "type-is", "name": "type-is", "rawSpec": "~1.6.13", "spec": ">=1.6.13 <1.7.0", "type": "range" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz", "_shasum": "6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08", "_shrinkwrap": null, "_spec": "type-is@~1.6.13", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/express", "bugs": { "url": "https://github.com/jshttp/type-is/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.11" }, "description": "Infer the content-type of a request.", "devDependencies": { "eslint": "2.10.2", "eslint-config-standard": "5.3.1", "eslint-plugin-promise": "1.1.0", "eslint-plugin-standard": "1.3.2", "istanbul": "0.4.3", "mocha": "1.21.5" }, "directories": {}, "dist": { "shasum": "6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08", "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz" }, "engines": { "node": ">= 0.6" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "gitHead": "88c47523fff910343b3ca7d4928dad40f21ea6cd", "homepage": "https://github.com/jshttp/type-is#readme", "keywords": [ "content", "type", "checking" ], "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" } ], "name": "type-is", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jshttp/type-is.git" }, "scripts": { "lint": "eslint **/*.js", "test": "mocha --reporter spec --check-leaks --bail test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "version": "1.6.13" }