Changeset 59329aa for trip-planner-front/node_modules/atob
- 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/atob/package.json
rceaed42 r59329aa 1 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", 2 53 "name": "atob", 3 "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",4 "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",5 54 "repository": { 6 55 "type": "git", 7 56 "url": "git://git.coolaj86.com/coolaj86/atob.js.git" 8 57 }, 9 "keywords": [10 "atob",11 "browser"12 ],13 "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",14 "engines": {15 "node": ">= 4.5.0"16 },17 "main": "node-atob.js",18 "browser": "browser-atob.js",19 "bin": {20 "atob": "bin/atob.js"21 },22 "license": "(MIT OR Apache-2.0)",23 58 "version": "2.1.2" 24 59 }
Note:
See TracChangeset
for help on using the changeset viewer.