1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-value-parser@4.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-value-parser@4.1.0",
|
---|
10 | "_id": "postcss-value-parser@4.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
|
---|
13 | "_location": "/postcss-value-parser",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "postcss-value-parser@4.1.0",
|
---|
19 | "name": "postcss-value-parser",
|
---|
20 | "escapedName": "postcss-value-parser",
|
---|
21 | "rawSpec": "4.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/autoprefixer",
|
---|
27 | "/css-loader",
|
---|
28 | "/postcss-calc",
|
---|
29 | "/postcss-colormin",
|
---|
30 | "/postcss-convert-values",
|
---|
31 | "/postcss-import",
|
---|
32 | "/postcss-merge-longhand",
|
---|
33 | "/postcss-minify-font-values",
|
---|
34 | "/postcss-minify-gradients",
|
---|
35 | "/postcss-minify-params",
|
---|
36 | "/postcss-modules-local-by-default",
|
---|
37 | "/postcss-normalize-display-values",
|
---|
38 | "/postcss-normalize-positions",
|
---|
39 | "/postcss-normalize-repeat-style",
|
---|
40 | "/postcss-normalize-string",
|
---|
41 | "/postcss-normalize-timing-functions",
|
---|
42 | "/postcss-normalize-unicode",
|
---|
43 | "/postcss-normalize-url",
|
---|
44 | "/postcss-normalize-whitespace",
|
---|
45 | "/postcss-ordered-values",
|
---|
46 | "/postcss-reduce-transforms",
|
---|
47 | "/postcss-svgo"
|
---|
48 | ],
|
---|
49 | "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
|
---|
50 | "_spec": "4.1.0",
|
---|
51 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
52 | "author": {
|
---|
53 | "name": "Bogdan Chadkin",
|
---|
54 | "email": "trysound@yandex.ru"
|
---|
55 | },
|
---|
56 | "bugs": {
|
---|
57 | "url": "https://github.com/TrySound/postcss-value-parser/issues"
|
---|
58 | },
|
---|
59 | "description": "Transforms css values and at-rule params into the tree",
|
---|
60 | "devDependencies": {
|
---|
61 | "eslint": "^5.16.0",
|
---|
62 | "husky": "^2.3.0",
|
---|
63 | "lint-staged": "^8.1.7",
|
---|
64 | "prettier": "^1.17.1",
|
---|
65 | "tap-spec": "^5.0.0",
|
---|
66 | "tape": "^4.10.2"
|
---|
67 | },
|
---|
68 | "eslintConfig": {
|
---|
69 | "env": {
|
---|
70 | "es6": true,
|
---|
71 | "node": true
|
---|
72 | },
|
---|
73 | "extends": "eslint:recommended"
|
---|
74 | },
|
---|
75 | "files": [
|
---|
76 | "lib"
|
---|
77 | ],
|
---|
78 | "homepage": "https://github.com/TrySound/postcss-value-parser",
|
---|
79 | "husky": {
|
---|
80 | "hooks": {
|
---|
81 | "pre-commit": "lint-staged"
|
---|
82 | }
|
---|
83 | },
|
---|
84 | "keywords": [
|
---|
85 | "postcss",
|
---|
86 | "value",
|
---|
87 | "parser"
|
---|
88 | ],
|
---|
89 | "license": "MIT",
|
---|
90 | "lint-staged": {
|
---|
91 | "*.js": [
|
---|
92 | "eslint",
|
---|
93 | "prettier --write",
|
---|
94 | "git add"
|
---|
95 | ]
|
---|
96 | },
|
---|
97 | "main": "lib/index.js",
|
---|
98 | "name": "postcss-value-parser",
|
---|
99 | "repository": {
|
---|
100 | "type": "git",
|
---|
101 | "url": "git+https://github.com/TrySound/postcss-value-parser.git"
|
---|
102 | },
|
---|
103 | "scripts": {
|
---|
104 | "lint": "yarn lint:js && yarn lint:prettier",
|
---|
105 | "lint:js": "eslint . --cache",
|
---|
106 | "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
|
---|
107 | "pretest": "yarn lint",
|
---|
108 | "test": "tape test/*.js | tap-spec"
|
---|
109 | },
|
---|
110 | "version": "4.1.0"
|
---|
111 | }
|
---|