source: trip-planner-front/node_modules/base64id/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "base64id@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "base64id@2.0.0",
10 "_id": "base64id@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==",
13 "_location": "/base64id",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "base64id@2.0.0",
19 "name": "base64id",
20 "escapedName": "base64id",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/engine.io",
27 "/socket.io"
28 ],
29 "_resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz",
30 "_spec": "2.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Kristian Faeldt",
34 "email": "faeldt_kristian@cyberagent.co.jp"
35 },
36 "bugs": {
37 "url": "https://github.com/faeldt/base64id/issues"
38 },
39 "description": "Generates a base64 id",
40 "engines": {
41 "node": "^4.5.0 || >= 5.9"
42 },
43 "homepage": "https://github.com/faeldt/base64id#readme",
44 "license": "MIT",
45 "main": "./lib/base64id.js",
46 "name": "base64id",
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/faeldt/base64id.git"
50 },
51 "version": "2.0.0"
52}
Note: See TracBrowser for help on using the repository browser.