75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"css-mqpacker@6.0.1",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "css-mqpacker@6.0.1",
|
|
"_id": "css-mqpacker@6.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pQ40tp4ooLopvkYA8YfQdDAAnoPToP5a3tdOWn6A4VwaJ6tGJLvyC3UEfmfsw9DbX2Ofgk4WBIVW3EZmNYvLYQ==",
|
|
"_location": "/css-mqpacker",
|
|
"_phantomChildren": {
|
|
"chalk": "2.3.0",
|
|
"source-map": "0.6.1",
|
|
"supports-color": "5.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "css-mqpacker@6.0.1",
|
|
"name": "css-mqpacker",
|
|
"escapedName": "css-mqpacker",
|
|
"rawSpec": "6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/css-mqpacker/-/css-mqpacker-6.0.1.tgz",
|
|
"_spec": "6.0.1",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Kyo Nagashima",
|
|
"email": "hail2u@gmail.com",
|
|
"url": "https://kyonagashima.com/"
|
|
},
|
|
"bin": {
|
|
"mqpacker": "./bin/mqpacker.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hail2u/node-css-mqpacker/issues"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.0",
|
|
"postcss": "^6.0.0"
|
|
},
|
|
"description": "Pack same CSS media query rules into one using PostCSS",
|
|
"devDependencies": {
|
|
"nodeunit": "^0.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
},
|
|
"homepage": "https://github.com/hail2u/node-css-mqpacker",
|
|
"keywords": [
|
|
"css",
|
|
"media",
|
|
"postcss-plugin",
|
|
"query"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "css-mqpacker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hail2u/node-css-mqpacker.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test"
|
|
},
|
|
"version": "6.0.1"
|
|
}
|