1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/base64-js/package.json

76 lines
1.9 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "base64-js@^1.0.2",
"_id": "base64-js@1.5.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2023-12-18 13:12:25 +08:00
"_location": "/base64-js",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "base64-js@^1.0.2",
2023-12-18 13:12:25 +08:00
"name": "base64-js",
"escapedName": "base64-js",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/buffer"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
"_shasum": "1b1b440160a5bf7ad40b650f095963481903930a",
"_spec": "base64-js@^1.0.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\buffer",
2023-12-18 13:12:25 +08:00
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
"bugs": {
"url": "https://github.com/beatgammit/base64-js/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Base64 encoding/decoding in pure JS",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"babel-minify": "^0.5.1",
2023-12-18 13:12:25 +08:00
"benchmark": "^2.1.4",
"browserify": "^16.3.0",
"standard": "*",
2024-01-16 21:26:16 +08:00
"tape": "4.x"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/beatgammit/base64-js",
"keywords": [
"base64"
],
"license": "MIT",
"main": "index.js",
"name": "base64-js",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/base64-js.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"build": "browserify -s base64js -r ./ | minify > base64js.min.js",
2023-12-18 13:12:25 +08:00
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
2024-01-16 21:26:16 +08:00
"typings": "index.d.ts",
"version": "1.5.1"
2023-12-18 13:12:25 +08:00
}