source: trip-planner-front/node_modules/stylus/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 "stylus@0.54.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "stylus@0.54.8",
10 "_id": "stylus@0.54.8",
11 "_inBundle": false,
12 "_integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==",
13 "_location": "/stylus",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "stylus@0.54.8",
19 "name": "stylus",
20 "escapedName": "stylus",
21 "rawSpec": "0.54.8",
22 "saveSpec": null,
23 "fetchSpec": "0.54.8"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz",
29 "_spec": "0.54.8",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
34 },
35 "bin": {
36 "stylus": "bin/stylus"
37 },
38 "browserify": "./lib/browserify.js",
39 "bugs": {
40 "url": "https://github.com/stylus/stylus/issues"
41 },
42 "dependencies": {
43 "css-parse": "~2.0.0",
44 "debug": "~3.1.0",
45 "glob": "^7.1.6",
46 "mkdirp": "~1.0.4",
47 "safer-buffer": "^2.1.2",
48 "sax": "~1.2.4",
49 "semver": "^6.3.0",
50 "source-map": "^0.7.3"
51 },
52 "description": "Robust, expressive, and feature-rich CSS superset",
53 "devDependencies": {
54 "jscoverage": "~0.6.0",
55 "mocha": "^8.0.1",
56 "should": "^13.2.3"
57 },
58 "directories": {
59 "doc": "docs",
60 "example": "examples",
61 "test": "test"
62 },
63 "engines": {
64 "node": "*"
65 },
66 "homepage": "https://github.com/stylus/stylus",
67 "keywords": [
68 "css",
69 "parser",
70 "style",
71 "stylesheets",
72 "jade",
73 "language"
74 ],
75 "license": "MIT",
76 "main": "./index.js",
77 "name": "stylus",
78 "repository": {
79 "type": "git",
80 "url": "git://github.com/stylus/stylus.git"
81 },
82 "scripts": {
83 "prepublish": "npm prune",
84 "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
85 "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
86 },
87 "version": "0.54.8"
88}
Note: See TracBrowser for help on using the repository browser.