source: trip-planner-front/node_modules/ret/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "ret@0.1.15",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ret@0.1.15",
10 "_id": "ret@0.1.15",
11 "_inBundle": false,
12 "_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
13 "_location": "/ret",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ret@0.1.15",
19 "name": "ret",
20 "escapedName": "ret",
21 "rawSpec": "0.1.15",
22 "saveSpec": null,
23 "fetchSpec": "0.1.15"
24 },
25 "_requiredBy": [
26 "/safe-regex"
27 ],
28 "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
29 "_spec": "0.1.15",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Roly Fentanes",
33 "url": "https://github.com/fent"
34 },
35 "bugs": {
36 "url": "https://github.com/fent/ret.js/issues"
37 },
38 "description": "Tokenizes a string that represents a regular expression.",
39 "devDependencies": {
40 "istanbul": "*",
41 "vows": "*"
42 },
43 "directories": {
44 "lib": "./lib"
45 },
46 "engines": {
47 "node": ">=0.12"
48 },
49 "files": [
50 "lib"
51 ],
52 "homepage": "https://github.com/fent/ret.js#readme",
53 "keywords": [
54 "regex",
55 "regexp",
56 "regular expression",
57 "parser",
58 "tokenizer"
59 ],
60 "license": "MIT",
61 "main": "./lib/index.js",
62 "name": "ret",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/fent/ret.js.git"
66 },
67 "scripts": {
68 "test": "istanbul cover vows -- --spec test/*-test.js"
69 },
70 "version": "0.1.15"
71}
Note: See TracBrowser for help on using the repository browser.