You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
{
|
|
"_from": "js-base64",
|
|
"_id": "js-base64@3.7.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==",
|
|
"_location": "/js-base64",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "js-base64",
|
|
"name": "js-base64",
|
|
"escapedName": "js-base64",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.5.tgz",
|
|
"_shasum": "21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca",
|
|
"_spec": "js-base64",
|
|
"_where": "C:\\Users\\18634\\Desktop\\项目\\fude_mini",
|
|
"author": {
|
|
"name": "Dan Kogai"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dankogai/js-base64/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Yet another Base64 transcoder in pure-JS",
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.26",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^8.4.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./base64.d.ts",
|
|
"import": "./base64.mjs",
|
|
"require": "./base64.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"base64.js",
|
|
"base64.mjs",
|
|
"base64.d.ts"
|
|
],
|
|
"homepage": "https://github.com/dankogai/js-base64#readme",
|
|
"keywords": [
|
|
"base64",
|
|
"binary"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "base64.js",
|
|
"module": "base64.mjs",
|
|
"name": "js-base64",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dankogai/js-base64.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make clean && make test"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "base64.d.ts",
|
|
"version": "3.7.5"
|
|
}
|
|
|