Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/stylus/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "stylus",
    3   "description": "Robust, expressive, and feature-rich CSS superset",
    4   "version": "0.54.8",
    5   "author": "TJ Holowaychuk <tj@vision-media.ca>",
    6   "keywords": [
    7     "css",
    8     "parser",
    9     "style",
    10     "stylesheets",
    11     "jade",
    12     "language"
     2  "_args": [
     3    [
     4      "stylus@0.54.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "repository": {
    15     "type": "git",
    16     "url": "git://github.com/stylus/stylus"
     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"
    1724  },
    18   "main": "./index.js",
    19   "browserify": "./lib/browserify.js",
    20   "engines": {
    21     "node": "*"
     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"
    2234  },
    2335  "bin": {
    24     "stylus": "./bin/stylus"
     36    "stylus": "bin/stylus"
    2537  },
    26   "scripts": {
    27     "prepublish": "npm prune",
    28     "test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
    29     "test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
     38  "browserify": "./lib/browserify.js",
     39  "bugs": {
     40    "url": "https://github.com/stylus/stylus/issues"
    3041  },
    3142  "dependencies": {
     
    3950    "source-map": "^0.7.3"
    4051  },
     52  "description": "Robust, expressive, and feature-rich CSS superset",
    4153  "devDependencies": {
    4254    "jscoverage": "~0.6.0",
     
    4456    "should": "^13.2.3"
    4557  },
    46   "bugs": {
    47     "url": "https://github.com/stylus/stylus/issues"
    48   },
    49   "homepage": "https://github.com/stylus/stylus",
    5058  "directories": {
    5159    "doc": "docs",
     
    5361    "test": "test"
    5462  },
    55   "license": "MIT"
     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"
    5688}
Note: See TracChangeset for help on using the changeset viewer.