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

106 lines
2.8 KiB
JSON

{
"_args": [
[
"postcss-merge-longhand@3.0.0",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "postcss-merge-longhand@3.0.0",
"_id": "postcss-merge-longhand@3.0.0",
"_inBundle": false,
"_integrity": "sha1-RVsUiSENuSWpB9SmB6c19qU3FSg=",
"_location": "/postcss-merge-longhand",
"_phantomChildren": {
"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": "postcss-merge-longhand@3.0.0",
"name": "postcss-merge-longhand",
"escapedName": "postcss-merge-longhand",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"ava": {
"require": "babel-register"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-merge-longhand/issues"
},
"dependencies": {
"object-assign": "^4.0.1",
"postcss": "^5.0.5",
"postcss-value-parser": "^3.3.0",
"stylehacks": "^2.2.0"
},
"description": "Merge longhand properties into shorthand with PostCSS.",
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.5.2",
"cross-env": "^1.0.7",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"nyc": "^8.3.1"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-merge-longhand",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-merge-longhand",
"nyc": {
"sourceMap": false,
"instrument": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-merge-longhand.git"
},
"scripts": {
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "cross-env BABEL_ENV=test nyc ava",
"test-012": "cross-env BABEL_ENV=test nyc ava"
},
"version": "3.0.0"
}