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/source-map-url/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "source-map-url",
    3   "version": "0.4.1",
    4   "author": "Simon Lydell",
    5   "license": "MIT",
     2  "_args": [
     3    [
     4      "source-map-url@0.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "source-map-url@0.4.1",
     10  "_id": "source-map-url@0.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
     13  "_location": "/source-map-url",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "source-map-url@0.4.1",
     19    "name": "source-map-url",
     20    "escapedName": "source-map-url",
     21    "rawSpec": "0.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.1"
     24  },
     25  "_requiredBy": [
     26    "/css-parse/source-map-resolve",
     27    "/snapdragon/source-map-resolve"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
     30  "_spec": "0.4.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Simon Lydell"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/lydell/source-map-url/issues"
     37  },
    638  "description": "Tools for working with sourceMappingURL comments.",
     39  "devDependencies": {
     40    "expect.js": "~0.3.1",
     41    "jshint": "~2.4.3",
     42    "mocha": "~1.17.1"
     43  },
     44  "homepage": "https://github.com/lydell/source-map-url#readme",
    745  "keywords": [
    846    "source map",
     
    1149    "annotation"
    1250  ],
     51  "license": "MIT",
    1352  "main": "source-map-url.js",
    14   "repository": "lydell/source-map-url",
     53  "name": "source-map-url",
     54  "repository": {
     55    "type": "git",
     56    "url": "git+https://github.com/lydell/source-map-url.git"
     57  },
    1558  "scripts": {
    1659    "lint": "jshint source-map-url.js test/ ",
    17     "unit": "mocha",
    18     "test": "npm run lint && npm run unit"
    19   },
    20   "devDependencies": {
    21     "mocha": "~1.17.1",
    22     "expect.js": "~0.3.1",
    23     "jshint": "~2.4.3"
     60    "test": "npm run lint && npm run unit",
     61    "unit": "mocha"
    2462  },
    2563  "testling": {
     
    3674      "android-browser/4"
    3775    ]
    38   }
     76  },
     77  "version": "0.4.1"
    3978}
Note: See TracChangeset for help on using the changeset viewer.