source: trip-planner-front/node_modules/sass/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
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 TracBrowser for help on using the repository browser.