source: trip-planner-front/node_modules/postcss-values-parser/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-values-parser@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-values-parser@2.0.1",
10 "_id": "postcss-values-parser@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==",
13 "_location": "/postcss-values-parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-values-parser@2.0.1",
19 "name": "postcss-values-parser",
20 "escapedName": "postcss-values-parser",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/postcss-color-functional-notation",
27 "/postcss-color-gray",
28 "/postcss-color-hex-alpha",
29 "/postcss-color-mod-function",
30 "/postcss-color-rebeccapurple",
31 "/postcss-custom-properties",
32 "/postcss-double-position-gradients",
33 "/postcss-env-function",
34 "/postcss-image-set-function",
35 "/postcss-lab-function",
36 "/postcss-place"
37 ],
38 "_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz",
39 "_spec": "2.0.1",
40 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
41 "author": {
42 "name": "Andrew Powell",
43 "email": "andrew@shellscape.org",
44 "url": "shellscape"
45 },
46 "bugs": {
47 "url": "https://github.com/lesshint/postcss-values-parser/issues"
48 },
49 "dependencies": {
50 "flatten": "^1.0.2",
51 "indexes-of": "^1.0.1",
52 "uniq": "^1.0.1"
53 },
54 "description": "A CSS property value parser for use with PostCSS",
55 "devDependencies": {
56 "chai": "^4.1.2",
57 "chai-shallow-deep-equal": "^1.4.0",
58 "eslint": "^5.6.0",
59 "gulp": "^3.9.1",
60 "gulp-eslint": "^5.0.0",
61 "gulp-mocha": "^6.0.0"
62 },
63 "engines": {
64 "node": ">=6.14.4"
65 },
66 "homepage": "https://github.com/lesshint/postcss-values-parser#readme",
67 "keywords": [
68 "css",
69 "less",
70 "ast",
71 "postcss",
72 "value",
73 "values",
74 "parser",
75 "parsing",
76 "properties"
77 ],
78 "license": "MIT",
79 "main": "lib/index.js",
80 "name": "postcss-values-parser",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/lesshint/postcss-values-parser.git"
84 },
85 "scripts": {
86 "test": "gulp"
87 },
88 "version": "2.0.1"
89}
Note: See TracBrowser for help on using the repository browser.