智能照明系统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/8e/8e685a7f744a0cc19af0cf94607...

84 lines
2.1 KiB

{
"_args": [
[
"flyio@0.6.14",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "flyio@0.6.14",
"_id": "flyio@0.6.14",
"_inBundle": false,
"_integrity": "sha1-xdg+t6m0/ByRWkY9LqbfznVcLW8=",
"_location": "/flyio",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "flyio@0.6.14",
"name": "flyio",
"escapedName": "flyio",
"rawSpec": "0.6.14",
"saveSpec": null,
"fetchSpec": "0.6.14"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/flyio/download/flyio-0.6.14.tgz",
"_spec": "0.6.14",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "wendux",
"email": "824783146@qq.com",
"url": "https://github.com/wendux/fly"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/wendux/fly/issues"
},
"dependencies": {
"request": "^2.85.0"
},
"description": "Lightweigh Promise based HTTP client for the browser and node.js",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2017": "^6.24.1",
"karma": "^2.0.2",
"karma-babel-preprocessor": "^7.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.0",
"keep-loader": "^0.7.1",
"mocha": "^5.1.1",
"promise-polyfill": "^7.1.2",
"qs": "^6.5.1",
"shelljs": "^0.8.1",
"webpack": "^2.6.0"
},
"homepage": "https://github.com/wendux/fly",
"keywords": [
"flyjs",
"fly.js"
],
"license": "MIT",
"main": "node-index.js",
"name": "flyio",
"respository": {
"type": "git",
"url": "https://github.com/wendux/fly"
},
"scripts": {
"build": "node build.js npm && node build.js cdn && node build.js cdn-min && node build.js umd",
"dev": "node build.js dev",
"nodeTest": "node ./demon/nodeTest.js",
"report-coverage": "codecov",
"test": "karma start && codecov"
},
"typings": "./index.d.ts",
"version": "0.6.14",
"weapp": "dist/npm/wx.js"
}