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

    rceaed42 r59329aa  
    11{
    2   "name": "shebang-command",
    3   "version": "1.2.0",
    4   "description": "Get the command from a shebang",
    5   "license": "MIT",
    6   "repository": "kevva/shebang-command",
     2  "_args": [
     3    [
     4      "shebang-command@1.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "shebang-command@1.2.0",
     10  "_id": "shebang-command@1.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
     13  "_location": "/shebang-command",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "shebang-command@1.2.0",
     19    "name": "shebang-command",
     20    "escapedName": "shebang-command",
     21    "rawSpec": "1.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.2.0"
     24  },
     25  "_requiredBy": [
     26    "/cross-spawn"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
     29  "_spec": "1.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Kevin Martensson",
     
    1034    "url": "github.com/kevva"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/kevva/shebang-command/issues"
     38  },
     39  "dependencies": {
     40    "shebang-regex": "^1.0.0"
     41  },
     42  "description": "Get the command from a shebang",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/kevva/shebang-command#readme",
    2154  "keywords": [
    2255    "cmd",
     
    2558    "shebang"
    2659  ],
    27   "dependencies": {
    28     "shebang-regex": "^1.0.0"
     60  "license": "MIT",
     61  "name": "shebang-command",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/kevva/shebang-command.git"
    2965  },
    30   "devDependencies": {
    31     "ava": "*",
    32     "xo": "*"
     66  "scripts": {
     67    "test": "xo && ava"
    3368  },
     69  "version": "1.2.0",
    3470  "xo": {
    3571    "ignores": [
Note: See TracChangeset for help on using the changeset viewer.