1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_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": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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"
- }
|