source: trip-planner-front/node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-selector-parser@5.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-selector-parser@5.0.0",
10 "_id": "postcss-selector-parser@5.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
13 "_location": "/postcss-dir-pseudo-class/postcss-selector-parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-selector-parser@5.0.0",
19 "name": "postcss-selector-parser",
20 "escapedName": "postcss-selector-parser",
21 "rawSpec": "5.0.0",
22 "saveSpec": null,
23 "fetchSpec": "5.0.0"
24 },
25 "_requiredBy": [
26 "/postcss-dir-pseudo-class"
27 ],
28 "_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
29 "_spec": "5.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "ava": {
32 "require": "babel-register",
33 "concurrency": 5
34 },
35 "bugs": {
36 "url": "https://github.com/postcss/postcss-selector-parser/issues"
37 },
38 "contributors": [
39 {
40 "name": "Ben Briggs",
41 "email": "beneb.info@gmail.com",
42 "url": "http://beneb.info"
43 },
44 {
45 "name": "Chris Eppstein",
46 "email": "chris@eppsteins.net",
47 "url": "http://twitter.com/chriseppstein"
48 }
49 ],
50 "dependencies": {
51 "cssesc": "^2.0.0",
52 "indexes-of": "^1.0.1",
53 "uniq": "^1.0.1"
54 },
55 "description": "> Selector parser with built in methods for working with selector strings.",
56 "devDependencies": {
57 "ava": "^0.25.0",
58 "babel-cli": "^6.26.0",
59 "babel-core": "^6.26.3",
60 "babel-eslint": "^8.2.3",
61 "babel-plugin-add-module-exports": "^0.2.0",
62 "babel-plugin-precompile-charcodes": "^1.1.0",
63 "babel-preset-es2015": "^6.24.1",
64 "babel-preset-es2015-loose": "^7.0.0",
65 "babel-preset-stage-0": "^6.24.1",
66 "babel-register": "^6.26.0",
67 "coveralls": "^3.0.2",
68 "del-cli": "^1.1.0",
69 "eslint": "^4.19.1",
70 "eslint-plugin-babel": "^3.3.0",
71 "eslint-plugin-import": "^2.14.0",
72 "glob": "^7.1.3",
73 "minimist": "^1.2.0",
74 "nyc": "^11.7.3",
75 "postcss": "^7.0.7",
76 "semver": "^5.6.0"
77 },
78 "engines": {
79 "node": ">=4"
80 },
81 "files": [
82 "API.md",
83 "CHANGELOG.md",
84 "LICENSE-MIT",
85 "dist",
86 "postcss-selector-parser.d.ts"
87 ],
88 "homepage": "https://github.com/postcss/postcss-selector-parser",
89 "license": "MIT",
90 "main": "dist/index.js",
91 "name": "postcss-selector-parser",
92 "nyc": {
93 "exclude": [
94 "node_modules",
95 "**/__tests__"
96 ]
97 },
98 "repository": {
99 "type": "git",
100 "url": "git+https://github.com/postcss/postcss-selector-parser.git"
101 },
102 "scripts": {
103 "lintfix": "eslint --fix src",
104 "prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
105 "pretest": "eslint src",
106 "report": "nyc report --reporter=html",
107 "test": "nyc ava src/__tests__/*.js",
108 "testone": "ava"
109 },
110 "types": "postcss-selector-parser.d.ts",
111 "version": "5.0.0"
112}
Note: See TracBrowser for help on using the repository browser.