source: trip-planner-front/node_modules/cssesc/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "cssesc@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "cssesc@3.0.0",
10 "_id": "cssesc@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
13 "_location": "/cssesc",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "cssesc@3.0.0",
19 "name": "cssesc",
20 "escapedName": "cssesc",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/postcss-selector-parser"
27 ],
28 "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
29 "_spec": "3.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mathias Bynens",
33 "url": "https://mathiasbynens.be/"
34 },
35 "bin": {
36 "cssesc": "bin/cssesc"
37 },
38 "bugs": {
39 "url": "https://github.com/mathiasbynens/cssesc/issues"
40 },
41 "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
42 "devDependencies": {
43 "babel-cli": "^6.26.0",
44 "babel-preset-env": "^1.6.1",
45 "codecov": "^1.0.1",
46 "grunt": "^1.0.1",
47 "grunt-template": "^1.0.0",
48 "istanbul": "^0.4.4",
49 "mocha": "^2.5.3",
50 "regenerate": "^1.2.1",
51 "requirejs": "^2.1.16"
52 },
53 "engines": {
54 "node": ">=4"
55 },
56 "files": [
57 "LICENSE-MIT.txt",
58 "cssesc.js",
59 "bin/",
60 "man/"
61 ],
62 "homepage": "https://mths.be/cssesc",
63 "keywords": [
64 "css",
65 "escape",
66 "identifier",
67 "string",
68 "tool"
69 ],
70 "license": "MIT",
71 "main": "cssesc.js",
72 "man": [
73 "man/cssesc.1"
74 ],
75 "name": "cssesc",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/mathiasbynens/cssesc.git"
79 },
80 "scripts": {
81 "build": "grunt template && babel cssesc.js -o cssesc.js",
82 "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
83 "test": "mocha tests"
84 },
85 "version": "3.0.0"
86}
Note: See TracBrowser for help on using the repository browser.