智能照明系统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/40/40c95f366919895030c0e1d2e6f...

73 lines
2.0 KiB

{
"_args": [
[
"util.promisify@1.0.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "util.promisify@1.0.0",
"_id": "util.promisify@1.0.0",
"_inBundle": false,
"_integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=",
"_location": "/html-webpack-plugin/util.promisify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "util.promisify@1.0.0",
"name": "util.promisify",
"escapedName": "util.promisify",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npm.taobao.org/util.promisify/download/util.promisify-1.0.0.tgz?cache=0&sync_timestamp=1589682767473&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Futil.promisify%2Fdownload%2Futil.promisify-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"bugs": {
"url": "https://github.com/ljharb/util.promisify/issues"
},
"dependencies": {
"define-properties": "^1.1.2",
"object.getownpropertydescriptors": "^2.0.3"
},
"description": "Polyfill/shim for util.promisify in node versions < v8",
"devDependencies": {
"@es-shims/api": "^1.2.0",
"@ljharb/eslint-config": "^11.0.0",
"eslint": "^3.19.0",
"safe-publish-latest": "^1.1.1"
},
"homepage": "https://github.com/ljharb/util.promisify#readme",
"keywords": [
"promisify",
"promise",
"util",
"polyfill",
"shim",
"util.promisify"
],
"license": "MIT",
"main": "index.js",
"name": "util.promisify",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/util.promisify.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "es-shim-api --bound"
},
"version": "1.0.0"
}