Changeset 59329aa for trip-planner-front/node_modules/sass
- 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/sass/package.json
rceaed42 r59329aa 1 {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.36.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"} 1 { 2 "_args": [ 3 [ 4 "sass@1.36.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "sass@1.36.0", 10 "_id": "sass@1.36.0", 11 "_inBundle": false, 12 "_integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==", 13 "_location": "/sass", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "sass@1.36.0", 19 "name": "sass", 20 "escapedName": "sass", 21 "rawSpec": "1.36.0", 22 "saveSpec": null, 23 "fetchSpec": "1.36.0" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz", 29 "_spec": "1.36.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Natalie Weizenbaum", 33 "email": "nweiz@google.com", 34 "url": "https://github.com/nex3" 35 }, 36 "bin": { 37 "sass": "sass.js" 38 }, 39 "bugs": { 40 "url": "https://github.com/sass/dart-sass/issues" 41 }, 42 "dependencies": { 43 "chokidar": ">=3.0.0 <4.0.0" 44 }, 45 "description": "A pure JavaScript implementation of Sass.", 46 "engines": { 47 "node": ">=8.9.0" 48 }, 49 "homepage": "https://github.com/sass/dart-sass", 50 "keywords": [ 51 "style", 52 "scss", 53 "sass", 54 "preprocessor", 55 "css" 56 ], 57 "license": "MIT", 58 "main": "sass.dart.js", 59 "name": "sass", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/sass/dart-sass.git" 63 }, 64 "version": "1.36.0" 65 }
Note:
See TracChangeset
for help on using the changeset viewer.