Changeset 59329aa for trip-planner-front/node_modules/css-has-pseudo/node_modules/cssesc/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/css-has-pseudo/node_modules/cssesc/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cssesc", 3 "version": "2.0.0", 4 "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", 5 "homepage": "https://mths.be/cssesc", 6 "engines": { 7 "node": ">=4" 2 "_args": [ 3 [ 4 "cssesc@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cssesc@2.0.0", 10 "_id": "cssesc@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==", 13 "_location": "/css-has-pseudo/cssesc", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cssesc@2.0.0", 19 "name": "cssesc", 20 "escapedName": "cssesc", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 8 24 }, 9 "main": "cssesc.js", 10 "bin": "bin/cssesc", 11 "man": "man/cssesc.1", 12 "keywords": [ 13 "css", 14 "escape", 15 "identifier", 16 "string", 17 "tool" 25 "_requiredBy": [ 26 "/css-has-pseudo/postcss-selector-parser" 18 27 ], 19 "license": "MIT", 28 "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 20 31 "author": { 21 32 "name": "Mathias Bynens", 22 33 "url": "https://mathiasbynens.be/" 23 34 }, 24 "repository": { 25 "type": "git", 26 "url": "https://github.com/mathiasbynens/cssesc.git" 35 "bin": { 36 "cssesc": "bin/cssesc" 27 37 }, 28 "bugs": "https://github.com/mathiasbynens/cssesc/issues", 29 "files": [ 30 "LICENSE-MIT.txt", 31 "cssesc.js", 32 "bin/", 33 "man/" 34 ], 35 "scripts": { 36 "build": "grunt template && babel cssesc.js -o cssesc.js", 37 "test": "mocha tests", 38 "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec" 38 "bugs": { 39 "url": "https://github.com/mathiasbynens/cssesc/issues" 39 40 }, 41 "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", 40 42 "devDependencies": { 41 43 "babel-cli": "^6.26.0", … … 48 50 "regenerate": "^1.2.1", 49 51 "requirejs": "^2.1.16" 50 } 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": "2.0.0" 51 86 }
Note:
See TracChangeset
for help on using the changeset viewer.