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/posix-character-classes/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "posix-character-classes",
    3   "description": "POSIX character classes for creating regular expressions.",
    4   "version": "0.1.1",
    5   "homepage": "https://github.com/jonschlinkert/posix-character-classes",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/posix-character-classes",
     2  "_args": [
     3    [
     4      "posix-character-classes@0.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "posix-character-classes@0.1.1",
     10  "_id": "posix-character-classes@0.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
     13  "_location": "/posix-character-classes",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "posix-character-classes@0.1.1",
     19    "name": "posix-character-classes",
     20    "escapedName": "posix-character-classes",
     21    "rawSpec": "0.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.1"
     24  },
     25  "_requiredBy": [
     26    "/expand-brackets"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
     29  "_spec": "0.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
    1037  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     38  "description": "POSIX character classes for creating regular expressions.",
    2239  "devDependencies": {
    2340    "gulp-format-md": "^0.1.12",
    2441    "mocha": "^3.2.0"
    2542  },
     43  "engines": {
     44    "node": ">=0.10.0"
     45  },
     46  "files": [
     47    "index.js"
     48  ],
     49  "homepage": "https://github.com/jonschlinkert/posix-character-classes",
    2650  "keywords": [
    2751    "character",
     
    2953    "posix"
    3054  ],
     55  "license": "MIT",
     56  "main": "index.js",
     57  "name": "posix-character-classes",
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
     61  },
     62  "scripts": {
     63    "test": "mocha"
     64  },
    3165  "verb": {
    3266    "toc": false,
     
    5185      "expand-brackets"
    5286    ]
    53   }
     87  },
     88  "version": "0.1.1"
    5489}
Note: See TracChangeset for help on using the changeset viewer.