source: trip-planner-front/node_modules/require-from-string/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: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "require-from-string@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "require-from-string@2.0.2",
10 "_id": "require-from-string@2.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
13 "_location": "/require-from-string",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "require-from-string@2.0.2",
19 "name": "require-from-string",
20 "escapedName": "require-from-string",
21 "rawSpec": "2.0.2",
22 "saveSpec": null,
23 "fetchSpec": "2.0.2"
24 },
25 "_requiredBy": [
26 "/ajv"
27 ],
28 "_resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
29 "_spec": "2.0.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Vsevolod Strukchinsky",
33 "email": "floatdrop@gmail.com",
34 "url": "github.com/floatdrop"
35 },
36 "bugs": {
37 "url": "https://github.com/floatdrop/require-from-string/issues"
38 },
39 "dependencies": {},
40 "description": "Require module from string",
41 "devDependencies": {
42 "mocha": "*"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/floatdrop/require-from-string#readme",
51 "keywords": [],
52 "license": "MIT",
53 "name": "require-from-string",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/floatdrop/require-from-string.git"
57 },
58 "scripts": {
59 "test": "mocha"
60 },
61 "version": "2.0.2"
62}
Note: See TracBrowser for help on using the repository browser.