Changeset 59329aa for trip-planner-front/node_modules/require-from-string
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/require-from-string/package.json
rceaed42 r59329aa 1 1 { 2 "name": "require-from-string", 3 "version": "2.0.2", 4 "description": "Require module from string", 5 "license": "MIT", 6 "repository": "floatdrop/require-from-string", 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", 7 31 "author": { 8 32 "name": "Vsevolod Strukchinsky", … … 10 34 "url": "github.com/floatdrop" 11 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 }, 12 44 "engines": { 13 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" 14 57 }, 15 58 "scripts": { 16 59 "test": "mocha" 17 60 }, 18 "files": [ 19 "index.js" 20 ], 21 "keywords": [ 22 "" 23 ], 24 "dependencies": {}, 25 "devDependencies": { 26 "mocha": "*" 27 } 61 "version": "2.0.2" 28 62 }
Note:
See TracChangeset
for help on using the changeset viewer.