You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.6 KiB
92 lines
2.6 KiB
{ |
|
"_from": "postcss-gap-properties@^2.0.0", |
|
"_id": "postcss-gap-properties@2.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", |
|
"_location": "/postcss-gap-properties", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "postcss-gap-properties@^2.0.0", |
|
"name": "postcss-gap-properties", |
|
"escapedName": "postcss-gap-properties", |
|
"rawSpec": "^2.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^2.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/postcss-preset-env" |
|
], |
|
"_resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", |
|
"_shasum": "431c192ab3ed96a3c3d09f2ff615960f902c1715", |
|
"_spec": "postcss-gap-properties@^2.0.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/postcss-preset-env", |
|
"author": { |
|
"name": "Jonathan Neal", |
|
"email": "jonathantneal@hotmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jonathantneal/postcss-gap-properties/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"postcss": "^7.0.2" |
|
}, |
|
"deprecated": false, |
|
"description": "Use the gap, column-gap, and row-gap shorthand properties in CSS", |
|
"devDependencies": { |
|
"@babel/core": "^7.0.0", |
|
"@babel/preset-env": "^7.0.0", |
|
"babel-eslint": "^9.0.0", |
|
"eslint": "^5.6.0", |
|
"eslint-config-dev": "^2.0.0", |
|
"postcss-tape": "^2.2.0", |
|
"pre-commit": "^1.2.2", |
|
"rollup": "^0.66.0", |
|
"rollup-plugin-babel": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"eslintConfig": { |
|
"extends": "dev", |
|
"parser": "babel-eslint" |
|
}, |
|
"files": [ |
|
"index.cjs.js", |
|
"index.cjs.js.map", |
|
"index.es.mjs", |
|
"index.es.mjs.map" |
|
], |
|
"homepage": "https://github.com/jonathantneal/postcss-gap-properties#readme", |
|
"keywords": [ |
|
"postcss", |
|
"css", |
|
"postcss-plugin", |
|
"grids", |
|
"layouts", |
|
"columns", |
|
"rows", |
|
"gaps", |
|
"shorthands", |
|
"prefixes" |
|
], |
|
"license": "CC0-1.0", |
|
"main": "index.cjs.js", |
|
"module": "index.es.mjs", |
|
"name": "postcss-gap-properties", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jonathantneal/postcss-gap-properties.git" |
|
}, |
|
"scripts": { |
|
"prepublishOnly": "npm test", |
|
"pretest": "rollup -c .rollup.js --silent", |
|
"test": "echo 'Running tests...'; npm run test:js && npm run test:tape", |
|
"test:ec": "echint --ignore index.*.js test", |
|
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", |
|
"test:tape": "postcss-tape" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|