1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-nesting@7.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-nesting@7.0.1",
|
---|
10 | "_id": "postcss-nesting@7.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
|
---|
13 | "_location": "/postcss-nesting",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "picocolors": "0.2.1"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "postcss-nesting@7.0.1",
|
---|
21 | "name": "postcss-nesting",
|
---|
22 | "escapedName": "postcss-nesting",
|
---|
23 | "rawSpec": "7.0.1",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "7.0.1"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/postcss-preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
|
---|
31 | "_spec": "7.0.1",
|
---|
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-nesting/issues"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "postcss": "^7.0.2"
|
---|
42 | },
|
---|
43 | "description": "Nest style rules inside each other",
|
---|
44 | "devDependencies": {
|
---|
45 | "@babel/core": "^7.0.0",
|
---|
46 | "@babel/preset-env": "^7.0.0",
|
---|
47 | "babel-eslint": "^9.0.0",
|
---|
48 | "babel-plugin-array-includes": "^2.0.3",
|
---|
49 | "eslint": "^5.6.0",
|
---|
50 | "eslint-config-dev": "^2.0.0",
|
---|
51 | "postcss-tape": "^2.2.0",
|
---|
52 | "pre-commit": "^1.2.2",
|
---|
53 | "rollup": "^0.66.0",
|
---|
54 | "rollup-plugin-babel": "^4.0.1"
|
---|
55 | },
|
---|
56 | "engines": {
|
---|
57 | "node": ">=6.0.0"
|
---|
58 | },
|
---|
59 | "eslintConfig": {
|
---|
60 | "extends": "dev",
|
---|
61 | "parser": "babel-eslint"
|
---|
62 | },
|
---|
63 | "files": [
|
---|
64 | "index.cjs.js",
|
---|
65 | "index.es.js"
|
---|
66 | ],
|
---|
67 | "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
|
---|
68 | "keywords": [
|
---|
69 | "postcss",
|
---|
70 | "css",
|
---|
71 | "postcss-plugin",
|
---|
72 | "atrules",
|
---|
73 | "child",
|
---|
74 | "children",
|
---|
75 | "cssnext",
|
---|
76 | "nested",
|
---|
77 | "nestings",
|
---|
78 | "rules",
|
---|
79 | "selectors",
|
---|
80 | "syntax",
|
---|
81 | "specifications",
|
---|
82 | "specs",
|
---|
83 | "w3c",
|
---|
84 | "csswg"
|
---|
85 | ],
|
---|
86 | "license": "CC0-1.0",
|
---|
87 | "main": "index.cjs.js",
|
---|
88 | "module": "index.es.js",
|
---|
89 | "name": "postcss-nesting",
|
---|
90 | "repository": {
|
---|
91 | "type": "git",
|
---|
92 | "url": "git+https://github.com/jonathantneal/postcss-nesting.git"
|
---|
93 | },
|
---|
94 | "scripts": {
|
---|
95 | "prepublishOnly": "npm test",
|
---|
96 | "pretest": "rollup -c .rollup.js --silent",
|
---|
97 | "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
|
---|
98 | "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
|
---|
99 | "test:tape": "postcss-tape"
|
---|
100 | },
|
---|
101 | "version": "7.0.1"
|
---|
102 | }
|
---|