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/colorette/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "colorette",
    3   "version": "1.4.0",
    4   "type": "module",
    5   "main": "index.cjs",
    6   "module": "index.js",
    7   "types": "index.d.ts",
     2  "_args": [
     3    [
     4      "colorette@1.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "colorette@1.4.0",
     10  "_id": "colorette@1.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
     13  "_location": "/colorette",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "colorette@1.4.0",
     19    "name": "colorette",
     20    "escapedName": "colorette",
     21    "rawSpec": "1.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.4.0"
     24  },
     25  "_requiredBy": [
     26    "/postcss",
     27    "/webpack-dev-middleware"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
     30  "_spec": "1.4.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jorge Bucaran"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jorgebucaran/colorette/issues"
     37  },
    838  "description": "Easily set the text color and style in the terminal.",
    9   "repository": "jorgebucaran/colorette",
    10   "license": "MIT",
     39  "devDependencies": {
     40    "c8": "*",
     41    "twist": "*"
     42  },
    1143  "exports": {
    1244    "./package.json": "./package.json",
     
    1951    "*.*(c)[tj]s*"
    2052  ],
    21   "author": "Jorge Bucaran",
     53  "homepage": "https://github.com/jorgebucaran/colorette#readme",
    2254  "keywords": [
    2355    "terminal",
     
    2658    "ansi"
    2759  ],
     60  "license": "MIT",
     61  "main": "index.cjs",
     62  "module": "index.js",
     63  "name": "colorette",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/jorgebucaran/colorette.git"
     67  },
    2868  "scripts": {
    29     "test": "c8 twist tests/*.js",
    3069    "build": "node -e \"fs.writeFileSync('index.cjs', fs.readFileSync('index.js', 'utf8').replace(/export const /g, 'exports.').replace(/import \\* as ([^ ]+) from \\\"(.+)\\\"/, 'const \\$1 = require(\\\"\\$2\\\")'), 'utf8')\"",
    3170    "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
     71    "prepare": "npm run build",
    3272    "release": "tag=$npm_package_version npm run deploy && npm publish --access public",
    33     "prepare": "npm run build"
     73    "test": "c8 twist tests/*.js"
    3474  },
    35   "devDependencies": {
    36     "c8": "*",
    37     "twist": "*"
    38   }
     75  "type": "module",
     76  "types": "index.d.ts",
     77  "version": "1.4.0"
    3978}
Note: See TracChangeset for help on using the changeset viewer.