1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-gap-properties@2.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-gap-properties@2.0.0",
|
---|
10 | "_id": "postcss-gap-properties@2.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==",
|
---|
13 | "_location": "/postcss-gap-properties",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "picocolors": "0.2.1"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "postcss-gap-properties@2.0.0",
|
---|
21 | "name": "postcss-gap-properties",
|
---|
22 | "escapedName": "postcss-gap-properties",
|
---|
23 | "rawSpec": "2.0.0",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "2.0.0"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/postcss-preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz",
|
---|
31 | "_spec": "2.0.0",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Jonathan Neal",
|
---|
35 | "email": "jonathantneal@hotmail.com"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/jonathantneal/postcss-gap-properties/issues"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "postcss": "^7.0.2"
|
---|
42 | },
|
---|
43 | "description": "Use the gap, column-gap, and row-gap shorthand properties in CSS",
|
---|
44 | "devDependencies": {
|
---|
45 | "@babel/core": "^7.0.0",
|
---|
46 | "@babel/preset-env": "^7.0.0",
|
---|
47 | "babel-eslint": "^9.0.0",
|
---|
48 | "eslint": "^5.6.0",
|
---|
49 | "eslint-config-dev": "^2.0.0",
|
---|
50 | "postcss-tape": "^2.2.0",
|
---|
51 | "pre-commit": "^1.2.2",
|
---|
52 | "rollup": "^0.66.0",
|
---|
53 | "rollup-plugin-babel": "^4.0.1"
|
---|
54 | },
|
---|
55 | "engines": {
|
---|
56 | "node": ">=6.0.0"
|
---|
57 | },
|
---|
58 | "eslintConfig": {
|
---|
59 | "extends": "dev",
|
---|
60 | "parser": "babel-eslint"
|
---|
61 | },
|
---|
62 | "files": [
|
---|
63 | "index.cjs.js",
|
---|
64 | "index.cjs.js.map",
|
---|
65 | "index.es.mjs",
|
---|
66 | "index.es.mjs.map"
|
---|
67 | ],
|
---|
68 | "homepage": "https://github.com/jonathantneal/postcss-gap-properties#readme",
|
---|
69 | "keywords": [
|
---|
70 | "postcss",
|
---|
71 | "css",
|
---|
72 | "postcss-plugin",
|
---|
73 | "grids",
|
---|
74 | "layouts",
|
---|
75 | "columns",
|
---|
76 | "rows",
|
---|
77 | "gaps",
|
---|
78 | "shorthands",
|
---|
79 | "prefixes"
|
---|
80 | ],
|
---|
81 | "license": "CC0-1.0",
|
---|
82 | "main": "index.cjs.js",
|
---|
83 | "module": "index.es.mjs",
|
---|
84 | "name": "postcss-gap-properties",
|
---|
85 | "repository": {
|
---|
86 | "type": "git",
|
---|
87 | "url": "git+https://github.com/jonathantneal/postcss-gap-properties.git"
|
---|
88 | },
|
---|
89 | "scripts": {
|
---|
90 | "prepublishOnly": "npm test",
|
---|
91 | "pretest": "rollup -c .rollup.js --silent",
|
---|
92 | "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
|
---|
93 | "test:ec": "echint --ignore index.*.js test",
|
---|
94 | "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
|
---|
95 | "test:tape": "postcss-tape"
|
---|
96 | },
|
---|
97 | "version": "2.0.0"
|
---|
98 | }
|
---|