1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-import@14.0.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-import@14.0.2",
|
---|
10 | "_id": "postcss-import@14.0.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==",
|
---|
13 | "_location": "/postcss-import",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "postcss-import@14.0.2",
|
---|
19 | "name": "postcss-import",
|
---|
20 | "escapedName": "postcss-import",
|
---|
21 | "rawSpec": "14.0.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "14.0.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/build-angular"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.2.tgz",
|
---|
29 | "_spec": "14.0.2",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Maxime Thirouin"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/postcss/postcss-import/issues"
|
---|
36 | },
|
---|
37 | "dependencies": {
|
---|
38 | "postcss-value-parser": "^4.0.0",
|
---|
39 | "read-cache": "^1.0.0",
|
---|
40 | "resolve": "^1.1.7"
|
---|
41 | },
|
---|
42 | "description": "PostCSS plugin to import CSS files",
|
---|
43 | "devDependencies": {
|
---|
44 | "ava": "^3.0.0",
|
---|
45 | "eslint": "^7.0.0",
|
---|
46 | "eslint-config-problems": "^5.0.0",
|
---|
47 | "eslint-plugin-prettier": "^3.0.0",
|
---|
48 | "postcss": "^8.0.0",
|
---|
49 | "postcss-scss": "^3.0.0",
|
---|
50 | "prettier": "~2.3.0",
|
---|
51 | "sugarss": "^3.0.0"
|
---|
52 | },
|
---|
53 | "engines": {
|
---|
54 | "node": ">=10.0.0"
|
---|
55 | },
|
---|
56 | "eslintConfig": {
|
---|
57 | "extends": "eslint-config-problems",
|
---|
58 | "env": {
|
---|
59 | "node": true
|
---|
60 | },
|
---|
61 | "plugins": [
|
---|
62 | "prettier"
|
---|
63 | ],
|
---|
64 | "rules": {
|
---|
65 | "prettier/prettier": [
|
---|
66 | "error",
|
---|
67 | {
|
---|
68 | "semi": false,
|
---|
69 | "arrowParens": "avoid"
|
---|
70 | }
|
---|
71 | ]
|
---|
72 | }
|
---|
73 | },
|
---|
74 | "files": [
|
---|
75 | "index.js",
|
---|
76 | "lib"
|
---|
77 | ],
|
---|
78 | "homepage": "https://github.com/postcss/postcss-import#readme",
|
---|
79 | "keywords": [
|
---|
80 | "css",
|
---|
81 | "postcss",
|
---|
82 | "postcss-plugin",
|
---|
83 | "import",
|
---|
84 | "node modules",
|
---|
85 | "npm"
|
---|
86 | ],
|
---|
87 | "license": "MIT",
|
---|
88 | "name": "postcss-import",
|
---|
89 | "peerDependencies": {
|
---|
90 | "postcss": "^8.0.0"
|
---|
91 | },
|
---|
92 | "repository": {
|
---|
93 | "type": "git",
|
---|
94 | "url": "git+https://github.com/postcss/postcss-import.git"
|
---|
95 | },
|
---|
96 | "scripts": {
|
---|
97 | "ci": "eslint . && ava",
|
---|
98 | "lint": "eslint . --fix",
|
---|
99 | "pretest": "npm run lint",
|
---|
100 | "test": "ava"
|
---|
101 | },
|
---|
102 | "version": "14.0.2"
|
---|
103 | }
|
---|