智能照明系统APP-本地串口
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.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/61/6144663cd7ac3fb794c24b37248...

69 lines
1.8 KiB

{
"_args": [
[
"js-base64@2.6.4",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "js-base64@2.6.4",
"_id": "js-base64@2.6.4",
"_inBundle": false,
"_integrity": "sha1-9OaGxd4eofhn28rT1G2WlCjfmMQ=",
"_location": "/js-base64",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-base64@2.6.4",
"name": "js-base64",
"escapedName": "js-base64",
"rawSpec": "2.6.4",
"saveSpec": null,
"fetchSpec": "2.6.4"
},
"_requiredBy": [
"/scss-tokenizer"
],
"_resolved": "https://registry.npm.taobao.org/js-base64/download/js-base64-2.6.4.tgz?cache=0&sync_timestamp=1596920559006&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-base64%2Fdownload%2Fjs-base64-2.6.4.tgz",
"_spec": "2.6.4",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Dan Kogai"
},
"bugs": {
"url": "https://github.com/dankogai/js-base64/issues"
},
"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"
}