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
2.1 KiB
73 lines
2.1 KiB
{
|
|
"_from": "js-base64@^2.1.9",
|
|
"_id": "js-base64@2.6.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-9OaGxd4eofhn28rT1G2WlCjfmMQ=",
|
|
"_location": "/js-base64",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "js-base64@^2.1.9",
|
|
"name": "js-base64",
|
|
"escapedName": "js-base64",
|
|
"rawSpec": "^2.1.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.9"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer-loader/postcss",
|
|
"/postcss-discard-unused/postcss",
|
|
"/postcss-filter-plugins/postcss",
|
|
"/postcss-merge-idents/postcss",
|
|
"/postcss-reduce-idents/postcss",
|
|
"/postcss-safe-parser/postcss",
|
|
"/postcss-zindex/postcss",
|
|
"/vue-photo-preview/postcss"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/js-base64/download/js-base64-2.6.4.tgz?cache=0&sync_timestamp=1604448781459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-base64%2Fdownload%2Fjs-base64-2.6.4.tgz",
|
|
"_shasum": "f4e686c5de1ea1f867dbcad3d46d969428df98c4",
|
|
"_spec": "js-base64@^2.1.9",
|
|
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/autoprefixer-loader/node_modules/postcss",
|
|
"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": {
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/preset-env": "^7.10.5",
|
|
"@babel/register": "^7.10.5",
|
|
"mocha": "^8.0.0",
|
|
"uglify-js": "^3.10.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"base64.js",
|
|
"base64.min.js"
|
|
],
|
|
"gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2",
|
|
"homepage": "https://github.com/dankogai/js-base64#readme",
|
|
"keywords": [
|
|
"base64"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "base64.js",
|
|
"name": "js-base64",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dankogai/js-base64.git"
|
|
},
|
|
"scripts": {
|
|
"minify": "uglifyjs base64.js > base64.min.js",
|
|
"test": "mocha --require @babel/register"
|
|
},
|
|
"version": "2.6.4"
|
|
}
|