source: trip-planner-front/node_modules/posix-character-classes/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
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 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
37 },
38 "description": "POSIX character classes for creating regular expressions.",
39 "devDependencies": {
40 "gulp-format-md": "^0.1.12",
41 "mocha": "^3.2.0"
42 },
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/jonschlinkert/posix-character-classes",
50 "keywords": [
51 "character",
52 "classes",
53 "posix"
54 ],
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 },
65 "verb": {
66 "toc": false,
67 "layout": "default",
68 "tasks": [
69 "readme"
70 ],
71 "plugins": [
72 "gulp-format-md"
73 ],
74 "reflinks": [
75 "verb",
76 "verb-generate-readme"
77 ],
78 "lint": {
79 "reflinks": true
80 },
81 "related-list": [
82 "micromatch",
83 "nanomatch",
84 "extglob",
85 "expand-brackets"
86 ]
87 },
88 "version": "0.1.1"
89}
Note: See TracBrowser for help on using the repository browser.