Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/shebang-command/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "shebang-command",
    3         "version": "2.0.0",
    4         "description": "Get the command from a shebang",
    5         "license": "MIT",
    6         "repository": "kevva/shebang-command",
    7         "author": {
    8                 "name": "Kevin Mårtensson",
    9                 "email": "kevinmartensson@gmail.com",
    10                 "url": "github.com/kevva"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "cmd",
    23                 "command",
    24                 "parse",
    25                 "shebang"
    26         ],
    27         "dependencies": {
    28                 "shebang-regex": "^3.0.0"
    29         },
    30         "devDependencies": {
    31                 "ava": "^2.3.0",
    32                 "xo": "^0.24.0"
    33         }
     2  "_from": "shebang-command@^2.0.0",
     3  "_id": "shebang-command@2.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
     6  "_location": "/shebang-command",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "shebang-command@^2.0.0",
     12    "name": "shebang-command",
     13    "escapedName": "shebang-command",
     14    "rawSpec": "^2.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.0"
     17  },
     18  "_requiredBy": [
     19    "/cross-spawn"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
     22  "_shasum": "ccd0af4f8835fbdc265b82461aaf0c36663f34ea",
     23  "_spec": "shebang-command@^2.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/cross-spawn",
     25  "author": {
     26    "name": "Kevin Mårtensson",
     27    "email": "kevinmartensson@gmail.com",
     28    "url": "github.com/kevva"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/kevva/shebang-command/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {
     35    "shebang-regex": "^3.0.0"
     36  },
     37  "deprecated": false,
     38  "description": "Get the command from a shebang",
     39  "devDependencies": {
     40    "ava": "^2.3.0",
     41    "xo": "^0.24.0"
     42  },
     43  "engines": {
     44    "node": ">=8"
     45  },
     46  "files": [
     47    "index.js"
     48  ],
     49  "homepage": "https://github.com/kevva/shebang-command#readme",
     50  "keywords": [
     51    "cmd",
     52    "command",
     53    "parse",
     54    "shebang"
     55  ],
     56  "license": "MIT",
     57  "name": "shebang-command",
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/kevva/shebang-command.git"
     61  },
     62  "scripts": {
     63    "test": "xo && ava"
     64  },
     65  "version": "2.0.0"
    3466}
Note: See TracChangeset for help on using the changeset viewer.