123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "postcss-media-query-parser@^0.2.3",
- "_id": "postcss-media-query-parser@0.2.3",
- "_inBundle": false,
- "_integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
- "_location": "/postcss-media-query-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-media-query-parser@^0.2.3",
- "name": "postcss-media-query-parser",
- "escapedName": "postcss-media-query-parser",
- "rawSpec": "^0.2.3",
- "saveSpec": null,
- "fetchSpec": "^0.2.3"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
- "_shasum": "27b39c6f4d94f81b1a73b8f76351c609e5cef244",
- "_spec": "postcss-media-query-parser@^0.2.3",
- "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
- "author": {
- "name": "dryoma"
- },
- "babel": {
- "presets": [
- "es2015"
- ]
- },
- "bugs": {
- "url": "https://github.com/dryoma/postcss-media-query-parser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- },
- "eslintConfig": {
- "extends": "airbnb",
- "rules": {
- "max-len": [
- 2,
- 80,
- 4
- ],
- "func-names": 0
- }
- },
- "files": [
- "dist",
- "!**/__tests__"
- ],
- "homepage": "https://github.com/dryoma/postcss-media-query-parser",
- "keywords": [
- "postcss",
- "postcss tool",
- "media query",
- "media query parsing"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-media-query-parser",
- "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"
- }
|