Files
asciidisco.com/build/node_modules/stylehacks/package.json
2023-08-01 13:49:46 +02:00

123 lines
2.9 KiB
JSON

{
"_args": [
[
"stylehacks@2.3.2",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "stylehacks@2.3.2",
"_id": "stylehacks@2.3.2",
"_inBundle": false,
"_integrity": "sha1-ZMg+BDimjJ7fRJ6MVSp9mrYAmws=",
"_location": "/stylehacks",
"_phantomChildren": {
"caniuse-db": "1.0.30000784",
"electron-to-chromium": "1.3.30",
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"js-base64": "2.4.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "stylehacks@2.3.2",
"name": "stylehacks",
"escapedName": "stylehacks",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/postcss-merge-longhand"
],
"_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-2.3.2.tgz",
"_spec": "2.3.2",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"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"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"LICENSE-MIT",
"dist",
"usage.txt"
],
"homepage": "https://github.com/ben-eb/stylehacks",
"keywords": [
"browsers",
"css",
"hack",
"hacks",
"optimise",
"postcss",
"postcss-plugin",
"stylehacks"
],
"license": "MIT",
"main": "dist/index.js",
"name": "stylehacks",
"nyc": {
"exclude": [
"dist",
"node_modules",
"src/__tests__"
]
},
"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"
}