wishthis/node_modules/atob/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"atob@2.1.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "atob@2.1.2",
"_id": "atob@2.1.2",
"_inBundle": false,
"_integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
"_location": "/atob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "atob@2.1.2",
"name": "atob",
"escapedName": "atob",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com"
},
"bin": {
"atob": "bin/atob.js"
},
"browser": "browser-atob.js",
2022-01-21 08:28:41 +00:00
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 4.5.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
2022-01-21 08:28:41 +00:00
"keywords": [
"atob",
"browser"
],
2022-02-23 16:41:13 +00:00
"license": "(MIT OR Apache-2.0)",
2022-01-21 08:28:41 +00:00
"main": "node-atob.js",
2022-02-23 16:41:13 +00:00
"name": "atob",
"repository": {
"type": "git",
"url": "git://git.coolaj86.com/coolaj86/atob.js.git"
2022-01-21 08:28:41 +00:00
},
"version": "2.1.2"
}