Last change
on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
2.0 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "semver@7.3.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "semver@7.3.5",
|
---|
| 10 | "_id": "semver@7.3.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
---|
| 13 | "_location": "/semver",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "semver@7.3.5",
|
---|
| 19 | "name": "semver",
|
---|
| 20 | "escapedName": "semver",
|
---|
| 21 | "rawSpec": "7.3.5",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "7.3.5"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@angular-devkit/build-angular",
|
---|
| 27 | "/@angular/cli",
|
---|
| 28 | "/@angular/compiler-cli",
|
---|
| 29 | "/@npmcli/git",
|
---|
| 30 | "/css-loader",
|
---|
| 31 | "/node-gyp",
|
---|
| 32 | "/npm-install-checks",
|
---|
| 33 | "/npm-package-arg",
|
---|
| 34 | "/npm-pick-manifest",
|
---|
| 35 | "/postcss-loader"
|
---|
| 36 | ],
|
---|
| 37 | "_resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
|
---|
| 38 | "_spec": "7.3.5",
|
---|
| 39 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 40 | "bin": {
|
---|
| 41 | "semver": "bin/semver.js"
|
---|
[6a3a178] | 42 | },
|
---|
[59329aa] | 43 | "bugs": {
|
---|
| 44 | "url": "https://github.com/npm/node-semver/issues"
|
---|
| 45 | },
|
---|
| 46 | "dependencies": {
|
---|
| 47 | "lru-cache": "^6.0.0"
|
---|
| 48 | },
|
---|
| 49 | "description": "The semantic version parser used by npm.",
|
---|
[6a3a178] | 50 | "devDependencies": {
|
---|
| 51 | "tap": "^14.10.7"
|
---|
| 52 | },
|
---|
[59329aa] | 53 | "engines": {
|
---|
| 54 | "node": ">=10"
|
---|
[6a3a178] | 55 | },
|
---|
| 56 | "files": [
|
---|
| 57 | "bin/**/*.js",
|
---|
| 58 | "range.bnf",
|
---|
| 59 | "classes/**/*.js",
|
---|
| 60 | "functions/**/*.js",
|
---|
| 61 | "internal/**/*.js",
|
---|
| 62 | "ranges/**/*.js",
|
---|
| 63 | "index.js",
|
---|
| 64 | "preload.js"
|
---|
| 65 | ],
|
---|
[59329aa] | 66 | "homepage": "https://github.com/npm/node-semver#readme",
|
---|
| 67 | "license": "ISC",
|
---|
| 68 | "main": "index.js",
|
---|
| 69 | "name": "semver",
|
---|
| 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
| 72 | "url": "git+https://github.com/npm/node-semver.git"
|
---|
| 73 | },
|
---|
| 74 | "scripts": {
|
---|
| 75 | "postpublish": "git push origin --follow-tags",
|
---|
| 76 | "postversion": "npm publish",
|
---|
| 77 | "preversion": "npm test",
|
---|
| 78 | "snap": "tap",
|
---|
| 79 | "test": "tap"
|
---|
| 80 | },
|
---|
[6a3a178] | 81 | "tap": {
|
---|
| 82 | "check-coverage": true,
|
---|
| 83 | "coverage-map": "map.js"
|
---|
| 84 | },
|
---|
[59329aa] | 85 | "version": "7.3.5"
|
---|
[6a3a178] | 86 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.