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/npm-run-path/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "npm-run-path",
    3   "version": "2.0.2",
    4   "description": "Get your PATH prepended with locally installed binaries",
    5   "license": "MIT",
    6   "repository": "sindresorhus/npm-run-path",
     2  "_args": [
     3    [
     4      "npm-run-path@2.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "npm-run-path@2.0.2",
     10  "_id": "npm-run-path@2.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
     13  "_location": "/npm-run-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "npm-run-path@2.0.2",
     19    "name": "npm-run-path",
     20    "escapedName": "npm-run-path",
     21    "rawSpec": "2.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.2"
     24  },
     25  "_requiredBy": [
     26    "/execa"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
     29  "_spec": "2.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/npm-run-path/issues"
     38  },
     39  "dependencies": {
     40    "path-key": "^2.0.0"
     41  },
     42  "description": "Get your PATH prepended with locally installed binaries",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
    2154  "keywords": [
    2255    "npm",
     
    3366    "executable"
    3467  ],
    35   "dependencies": {
    36     "path-key": "^2.0.0"
     68  "license": "MIT",
     69  "name": "npm-run-path",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/sindresorhus/npm-run-path.git"
    3773  },
    38   "devDependencies": {
    39     "ava": "*",
    40     "xo": "*"
     74  "scripts": {
     75    "test": "xo && ava"
    4176  },
     77  "version": "2.0.2",
    4278  "xo": {
    4379    "esnext": true
Note: See TracChangeset for help on using the changeset viewer.