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

    rceaed42 r59329aa  
    11{
    2   "name": "nopt",
    3   "version": "5.0.0",
    4   "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
    5   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    6   "main": "lib/nopt.js",
    7   "scripts": {
    8     "preversion": "npm test",
    9     "postversion": "npm publish",
    10     "prepublishOnly": "git push origin --follow-tags",
    11     "test": "tap test/*.js"
     2  "_args": [
     3    [
     4      "nopt@5.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "nopt@5.0.0",
     10  "_id": "nopt@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
     13  "_location": "/nopt",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "nopt@5.0.0",
     19    "name": "nopt",
     20    "escapedName": "nopt",
     21    "rawSpec": "5.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.0"
    1224  },
    13   "repository": {
    14     "type": "git",
    15     "url": "https://github.com/npm/nopt.git"
     25  "_requiredBy": [
     26    "/node-gyp"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
     29  "_spec": "5.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me/"
    1635  },
    1736  "bin": {
    1837    "nopt": "bin/nopt.js"
    1938  },
    20   "license": "ISC",
     39  "bugs": {
     40    "url": "https://github.com/npm/nopt/issues"
     41  },
    2142  "dependencies": {
    2243    "abbrev": "1"
    2344  },
     45  "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
    2446  "devDependencies": {
    2547    "tap": "^14.10.6"
     48  },
     49  "engines": {
     50    "node": ">=6"
    2651  },
    2752  "files": [
     
    2954    "lib"
    3055  ],
    31   "engines": {
    32     "node": ">=6"
    33   }
     56  "homepage": "https://github.com/npm/nopt#readme",
     57  "license": "ISC",
     58  "main": "lib/nopt.js",
     59  "name": "nopt",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/npm/nopt.git"
     63  },
     64  "scripts": {
     65    "postversion": "npm publish",
     66    "prepublishOnly": "git push origin --follow-tags",
     67    "preversion": "npm test",
     68    "test": "tap test/*.js"
     69  },
     70  "version": "5.0.0"
    3471}
Note: See TracChangeset for help on using the changeset viewer.