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/validate-npm-package-name/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "validate-npm-package-name",
    3   "version": "3.0.0",
    4   "description": "Give me a string and I'll tell you if it's a valid npm package name",
    5   "main": "index.js",
    6   "directories": {
    7     "test": "test"
     2  "_args": [
     3    [
     4      "validate-npm-package-name@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "validate-npm-package-name@3.0.0",
     10  "_id": "validate-npm-package-name@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=",
     13  "_location": "/validate-npm-package-name",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "validate-npm-package-name@3.0.0",
     19    "name": "validate-npm-package-name",
     20    "escapedName": "validate-npm-package-name",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/npm-package-arg"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "zeke"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/npm/validate-npm-package-name/issues"
    836  },
    937  "dependencies": {
    1038    "builtins": "^1.0.3"
    1139  },
     40  "description": "Give me a string and I'll tell you if it's a valid npm package name",
    1241  "devDependencies": {
    1342    "standard": "^8.6.0",
    1443    "tap": "^10.0.0"
    1544  },
    16   "scripts": {
    17     "cov:test": "TAP_FLAGS='--cov' npm run test:code",
    18     "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
    19     "test:style": "standard",
    20     "test": "npm run test:code && npm run test:style"
     45  "directories": {
     46    "test": "test"
    2147  },
    22   "repository": {
    23     "type": "git",
    24     "url": "https://github.com/npm/validate-npm-package-name"
    25   },
     48  "homepage": "https://github.com/npm/validate-npm-package-name",
    2649  "keywords": [
    2750    "npm",
     
    3053    "validation"
    3154  ],
    32   "author": "zeke",
    3355  "license": "ISC",
    34   "bugs": {
    35     "url": "https://github.com/npm/validate-npm-package-name/issues"
     56  "main": "index.js",
     57  "name": "validate-npm-package-name",
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/npm/validate-npm-package-name.git"
    3661  },
    37   "homepage": "https://github.com/npm/validate-npm-package-name"
     62  "scripts": {
     63    "cov:test": "TAP_FLAGS='--cov' npm run test:code",
     64    "test": "npm run test:code && npm run test:style",
     65    "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js",
     66    "test:style": "standard"
     67  },
     68  "version": "3.0.0"
    3869}
Note: See TracChangeset for help on using the changeset viewer.