Last change
on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.9 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "regex-parser@2.2.11",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "regex-parser@2.2.11",
|
---|
| 10 | "_id": "regex-parser@2.2.11",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==",
|
---|
| 13 | "_location": "/regex-parser",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "regex-parser@2.2.11",
|
---|
| 19 | "name": "regex-parser",
|
---|
| 20 | "escapedName": "regex-parser",
|
---|
| 21 | "rawSpec": "2.2.11",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.2.11"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/adjust-sourcemap-loader"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
|
---|
| 29 | "_spec": "2.2.11",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Ionică Bizău",
|
---|
| 33 | "email": "bizauionica@gmail.com",
|
---|
| 34 | "url": "https://ionicabizau.net"
|
---|
| 35 | },
|
---|
[6a3a178] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/IonicaBizau/regex-parser.js/issues"
|
---|
| 38 | },
|
---|
[59329aa] | 39 | "description": "A module that parses a string as regular expression and returns the parsed value.",
|
---|
[6a3a178] | 40 | "devDependencies": {
|
---|
| 41 | "vows": "^0.8.1"
|
---|
| 42 | },
|
---|
[59329aa] | 43 | "directories": {
|
---|
| 44 | "test": "test"
|
---|
| 45 | },
|
---|
[6a3a178] | 46 | "files": [
|
---|
| 47 | "bin/",
|
---|
| 48 | "app/",
|
---|
| 49 | "lib/",
|
---|
| 50 | "dist/",
|
---|
| 51 | "src/",
|
---|
| 52 | "scripts/",
|
---|
| 53 | "resources/",
|
---|
| 54 | "menu/",
|
---|
| 55 | "cli.js",
|
---|
| 56 | "index.js",
|
---|
| 57 | "bloggify.js",
|
---|
| 58 | "bloggify.json",
|
---|
| 59 | "bloggify/"
|
---|
[59329aa] | 60 | ],
|
---|
| 61 | "homepage": "https://github.com/IonicaBizau/regex-parser.js",
|
---|
| 62 | "keywords": [
|
---|
| 63 | "regular",
|
---|
| 64 | "expressions",
|
---|
| 65 | "node",
|
---|
| 66 | "parser",
|
---|
| 67 | "string"
|
---|
| 68 | ],
|
---|
| 69 | "license": "MIT",
|
---|
| 70 | "main": "lib/index.js",
|
---|
| 71 | "name": "regex-parser",
|
---|
| 72 | "repository": {
|
---|
| 73 | "type": "git",
|
---|
| 74 | "url": "git+ssh://git@github.com/IonicaBizau/regex-parser.js.git"
|
---|
| 75 | },
|
---|
| 76 | "scripts": {
|
---|
| 77 | "test": "vows --spec --isolate"
|
---|
| 78 | },
|
---|
| 79 | "typings": "lib/typings/regex-parser.d.ts",
|
---|
| 80 | "version": "2.2.11"
|
---|
[6a3a178] | 81 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.