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

    rceaed42 r59329aa  
    11{
    2   "name": "magic-string",
    3   "description": "Modify strings, generate sourcemaps",
    4   "author": "Rich Harris",
    5   "version": "0.25.7",
    6   "repository": "https://github.com/rich-harris/magic-string",
    7   "main": "dist/magic-string.cjs.js",
    8   "module": "dist/magic-string.es.js",
    9   "jsnext:main": "dist/magic-string.es.js",
    10   "typings": "index.d.ts",
    11   "license": "MIT",
     2  "_args": [
     3    [
     4      "magic-string@0.25.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "magic-string@0.25.7",
     10  "_id": "magic-string@0.25.7",
     11  "_inBundle": false,
     12  "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
     13  "_location": "/magic-string",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "magic-string@0.25.7",
     19    "name": "magic-string",
     20    "escapedName": "magic-string",
     21    "rawSpec": "0.25.7",
     22    "saveSpec": null,
     23    "fetchSpec": "0.25.7"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/core",
     27    "/@angular/compiler-cli"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
     30  "_spec": "0.25.7",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Rich Harris"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/rich-harris/magic-string/issues"
     37  },
    1238  "dependencies": {
    1339    "sourcemap-codec": "^1.4.4"
    1440  },
     41  "description": "Modify strings, generate sourcemaps",
    1542  "devDependencies": {
    1643    "eslint": "^5.16.0",
     
    2451    "source-map-support": "^0.5.12"
    2552  },
     53  "files": [
     54    "dist/*",
     55    "index.d.ts",
     56    "README.md"
     57  ],
     58  "homepage": "https://github.com/rich-harris/magic-string#readme",
     59  "jsnext:main": "dist/magic-string.es.js",
    2660  "keywords": [
    2761    "string",
     
    3165    "transpilation"
    3266  ],
     67  "license": "MIT",
     68  "main": "dist/magic-string.cjs.js",
     69  "module": "dist/magic-string.es.js",
     70  "name": "magic-string",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/rich-harris/magic-string.git"
     74  },
    3375  "scripts": {
    34     "test": "mocha",
    35     "pretest": "npm run lint && npm run build",
     76    "build": "rollup -c",
    3677    "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
    37     "build": "rollup -c",
     78    "lint": "eslint src test",
    3879    "prepare": "npm run build",
    3980    "prepublishOnly": "rm -rf dist && npm test",
    40     "lint": "eslint src test",
     81    "pretest": "npm run lint && npm run build",
     82    "test": "mocha",
    4183    "watch": "rollup -cw"
    4284  },
    43   "files": [
    44     "dist/*",
    45     "index.d.ts",
    46     "README.md"
    47   ]
     85  "typings": "index.d.ts",
     86  "version": "0.25.7"
    4887}
Note: See TracChangeset for help on using the changeset viewer.