Gazebo_simulation-Frontend/node_modules/css-mediaquery/package.json
2020-12-21 10:29:31 -05:00

71 lines
1.6 KiB
JSON

{
"_args": [
[
"css-mediaquery@0.1.2",
"/home/riddhi/frontend"
]
],
"_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": [
"/ra-ui-materialui"
],
"_resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "/home/riddhi/frontend",
"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"
}