source: trip-planner-front/node_modules/atob/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.5 KB
Line 
1{
2 "_args": [
3 [
4 "atob@2.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "atob@2.1.2",
10 "_id": "atob@2.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
13 "_location": "/atob",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "atob@2.1.2",
19 "name": "atob",
20 "escapedName": "atob",
21 "rawSpec": "2.1.2",
22 "saveSpec": null,
23 "fetchSpec": "2.1.2"
24 },
25 "_requiredBy": [
26 "/css-parse/source-map-resolve",
27 "/snapdragon/source-map-resolve",
28 "/source-map-resolve"
29 ],
30 "_resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
31 "_spec": "2.1.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "AJ ONeal",
35 "email": "coolaj86@gmail.com",
36 "url": "https://coolaj86.com"
37 },
38 "bin": {
39 "atob": "bin/atob.js"
40 },
41 "browser": "browser-atob.js",
42 "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
43 "engines": {
44 "node": ">= 4.5.0"
45 },
46 "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
47 "keywords": [
48 "atob",
49 "browser"
50 ],
51 "license": "(MIT OR Apache-2.0)",
52 "main": "node-atob.js",
53 "name": "atob",
54 "repository": {
55 "type": "git",
56 "url": "git://git.coolaj86.com/coolaj86/atob.js.git"
57 },
58 "version": "2.1.2"
59}
Note: See TracBrowser for help on using the repository browser.