{ "_args": [ [ "css-mediaquery@0.1.2", "/Users/nuwan/Code/jam-cloud/jam-ui" ] ], "_from": "css-mediaquery@0.1.2", "_id": "css-mediaquery@0.1.2", "_inBundle": false, "_integrity": "sha1-aiw3NEkoYYYxxUvTPO3TAdoYvqA=", "_location": "/css-mediaquery", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "css-mediaquery@0.1.2", "name": "css-mediaquery", "escapedName": "css-mediaquery", "rawSpec": "0.1.2", "saveSpec": null, "fetchSpec": "0.1.2" }, "_requiredBy": [ "/@farfetch/react-context-responsive" ], "_resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz", "_spec": "0.1.2", "_where": "/Users/nuwan/Code/jam-cloud/jam-ui", "author": { "name": "Eric Ferraiuolo", "email": "eferraiuolo@gmail.com" }, "bugs": { "url": "https://github.com/ericf/css-mediaquery/issues" }, "contributors": [ { "name": "Tilo Mitra", "email": "tilomitra@gmail.com" } ], "description": "Parses and determines if a given CSS Media Query matches a set of values.", "devDependencies": { "chai": "~1.8.1", "istanbul": "~0.2.3", "mocha": "~1.16.2" }, "homepage": "https://github.com/ericf/css-mediaquery", "keywords": [ "css", "media", "query", "mediaquery", "mobile", "parse", "match" ], "license": "BSD", "main": "index.js", "name": "css-mediaquery", "repository": { "type": "git", "url": "git://github.com/ericf/css-mediaquery.git" }, "scripts": { "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/ --reporter spec" }, "version": "0.1.2" }