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

    rceaed42 r59329aa  
    11{
    2   "name": "split-string",
    3   "description": "Split a string on a character except when the character is escaped.",
    4   "version": "3.1.0",
    5   "homepage": "https://github.com/jonschlinkert/split-string",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "split-string@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/split-string",
     8  "_development": true,
     9  "_from": "split-string@3.1.0",
     10  "_id": "split-string@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
     13  "_location": "/split-string",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "split-string@3.1.0",
     19    "name": "split-string",
     20    "escapedName": "split-string",
     21    "rawSpec": "3.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.0"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/braces",
     27    "/set-value",
     28    "/webpack-dev-server/braces"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
     31  "_spec": "3.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1237  "bugs": {
    1338    "url": "https://github.com/jonschlinkert/split-string/issues"
    1439  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     40  "contributors": [
     41    {
     42      "name": "Brian Woodward",
     43      "url": "https://twitter.com/doowb"
     44    },
     45    {
     46      "name": "Jon Schlinkert",
     47      "url": "http://twitter.com/jonschlinkert"
     48    }
    1849  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2650  "dependencies": {
    2751    "extend-shallow": "^3.0.0"
    2852  },
     53  "description": "Split a string on a character except when the character is escaped.",
    2954  "devDependencies": {
    3055    "gulp-format-md": "^1.0.0",
    3156    "mocha": "^3.5.3"
    3257  },
     58  "engines": {
     59    "node": ">=0.10.0"
     60  },
     61  "files": [
     62    "index.js"
     63  ],
     64  "homepage": "https://github.com/jonschlinkert/split-string",
    3365  "keywords": [
    3466    "character",
     
    3769    "string"
    3870  ],
     71  "license": "MIT",
     72  "main": "index.js",
     73  "name": "split-string",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/jonschlinkert/split-string.git"
     77  },
     78  "scripts": {
     79    "test": "mocha"
     80  },
    3981  "verb": {
    4082    "toc": false,
     
    62104      "reflinks": true
    63105    }
    64   }
     106  },
     107  "version": "3.1.0"
    65108}
Note: See TracChangeset for help on using the changeset viewer.