mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:27:22 -04:00
116 lines
3.0 KiB
JSON
116 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-media-query-parser@^0.2.0",
|
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
|
]
|
|
],
|
|
"_from": "postcss-media-query-parser@>=0.2.0 <0.3.0",
|
|
"_id": "postcss-media-query-parser@0.2.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/postcss-media-query-parser",
|
|
"_nodeVersion": "0.12.15",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/postcss-media-query-parser-0.2.3.tgz_1477577504664_0.6458375623915344"
|
|
},
|
|
"_npmUser": {
|
|
"email": "dryoma-npm@yandex.ru",
|
|
"name": "dryoma"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "postcss-media-query-parser",
|
|
"raw": "postcss-media-query-parser@^0.2.0",
|
|
"rawSpec": "^0.2.0",
|
|
"scope": null,
|
|
"spec": ">=0.2.0 <0.3.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/stylelint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
|
|
"_shasum": "27b39c6f4d94f81b1a73b8f76351c609e5cef244",
|
|
"_shrinkwrap": null,
|
|
"_spec": "postcss-media-query-parser@^0.2.0",
|
|
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
|
"author": {
|
|
"name": "dryoma"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dryoma/postcss-media-query-parser/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A tool for parsing media query lists.",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-register": "^6.14.0",
|
|
"eslint": "^2.5.1",
|
|
"eslint-config-airbnb": "^6.0.2",
|
|
"eslint-plugin-react": "^4.2.3",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "27b39c6f4d94f81b1a73b8f76351c609e5cef244",
|
|
"tarball": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"func-names": 0,
|
|
"max-len": [
|
|
2,
|
|
4,
|
|
80
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"!**/__tests__",
|
|
"dist"
|
|
],
|
|
"gitHead": "640b0a662b8e918561b69ab79f7723327b3bbcbb",
|
|
"homepage": "https://github.com/dryoma/postcss-media-query-parser",
|
|
"keywords": [
|
|
"media query",
|
|
"media query parsing",
|
|
"postcss",
|
|
"postcss tool"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "dryoma",
|
|
"email": "dryoma-npm@yandex.ru"
|
|
}
|
|
],
|
|
"name": "postcss-media-query-parser",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dryoma/postcss-media-query-parser.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir dist",
|
|
"lint": "eslint . --ignore-path .gitignore",
|
|
"prebuild": "rimraf dist",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run lint",
|
|
"test": "tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec"
|
|
},
|
|
"version": "0.2.3"
|
|
}
|