notes/node_modules/stylehacks/package.json

145 lines
3.6 KiB
JSON

{
"_args": [
[
"stylehacks@^2.3.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "stylehacks@>=2.3.0 <3.0.0",
"_id": "stylehacks@2.3.2",
"_inCache": true,
"_installable": true,
"_location": "/stylehacks",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/stylehacks-2.3.2.tgz_1487794009384_0.21575713180936873"
},
"_npmUser": {
"email": "beneb.info@gmail.com",
"name": "beneb"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"chalk": "1.1.3",
"lodash": "4.17.4",
"log-symbols": "1.0.2",
"postcss": "5.2.15"
},
"_requested": {
"name": "stylehacks",
"raw": "stylehacks@^2.3.0",
"rawSpec": "^2.3.0",
"scope": null,
"spec": ">=2.3.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-2.3.2.tgz",
"_shasum": "64c83e0438a68c9edf449e8c552a7d9ab6009b0b",
"_shrinkwrap": null,
"_spec": "stylehacks@^2.3.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"url": "http://beneb.info"
},
"ava": {
"require": "babel-register"
},
"bin": {
"stylehacks": "dist/cli.js"
},
"bugs": {
"url": "https://github.com/ben-eb/stylehacks/issues"
},
"dependencies": {
"browserslist": "^1.1.3",
"chalk": "^1.1.1",
"log-symbols": "^1.0.2",
"minimist": "^1.2.0",
"plur": "^2.1.2",
"postcss": "^5.0.18",
"postcss-reporter": "^1.3.3",
"postcss-selector-parser": "^2.0.0",
"read-file-stdin": "^0.2.1",
"text-table": "^0.2.0",
"write-file-stdout": "0.0.2"
},
"description": "Detect/remove browser hacks from CSS files.",
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"nyc": "^10.0.0"
},
"directories": {},
"dist": {
"shasum": "64c83e0438a68c9edf449e8c552a7d9ab6009b0b",
"tarball": "https://registry.npmjs.org/stylehacks/-/stylehacks-2.3.2.tgz"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"LICENSE-MIT",
"dist",
"usage.txt"
],
"gitHead": "4dd3baac686dd6fa427e986c4542ab64dd71351f",
"homepage": "https://github.com/ben-eb/stylehacks",
"keywords": [
"browsers",
"css",
"hack",
"hacks",
"optimise",
"postcss",
"postcss-plugin",
"stylehacks"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "beneb",
"email": "beneb.info@gmail.com"
}
],
"name": "stylehacks",
"nyc": {
"exclude": [
"dist",
"node_modules",
"src/__tests__"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/stylehacks.git"
},
"scripts": {
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__",
"test-012": "nyc ava src/__tests__"
},
"version": "2.3.2"
}