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

    rceaed42 r59329aa  
    11{
    2   "name": "isexe",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "isexe@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "isexe@2.0.0",
     10  "_id": "isexe@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
     13  "_location": "/isexe",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "isexe@2.0.0",
     19    "name": "isexe",
     20    "escapedName": "isexe",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/@npmcli/git/which",
     27    "/node-gyp/which",
     28    "/which"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
     31  "_spec": "2.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Isaac Z. Schlueter",
     35    "email": "i@izs.me",
     36    "url": "http://blog.izs.me/"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/isaacs/isexe/issues"
     40  },
    441  "description": "Minimal module to check if a file is executable.",
    5   "main": "index.js",
    6   "directories": {
    7     "test": "test"
    8   },
    942  "devDependencies": {
    1043    "mkdirp": "^0.5.1",
     
    1245    "tap": "^10.3.0"
    1346  },
    14   "scripts": {
    15     "test": "tap test/*.js --100",
    16     "preversion": "npm test",
    17     "postversion": "npm publish",
    18     "postpublish": "git push origin --all; git push origin --tags"
     47  "directories": {
     48    "test": "test"
    1949  },
    20   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
     50  "homepage": "https://github.com/isaacs/isexe#readme",
     51  "keywords": [],
    2152  "license": "ISC",
     53  "main": "index.js",
     54  "name": "isexe",
    2255  "repository": {
    2356    "type": "git",
    2457    "url": "git+https://github.com/isaacs/isexe.git"
    2558  },
    26   "keywords": [],
    27   "bugs": {
    28     "url": "https://github.com/isaacs/isexe/issues"
     59  "scripts": {
     60    "postpublish": "git push origin --all; git push origin --tags",
     61    "postversion": "npm publish",
     62    "preversion": "npm test",
     63    "test": "tap test/*.js --100"
    2964  },
    30   "homepage": "https://github.com/isaacs/isexe#readme"
     65  "version": "2.0.0"
    3166}
Note: See TracChangeset for help on using the changeset viewer.