qiao-config
Advanced tools
Comparing version 0.0.6 to 0.0.7
'use strict'; | ||
// q | ||
var q = require('qiao.util.file'); | ||
var q = require('qiao-file'); | ||
@@ -6,0 +6,0 @@ // write file |
'use strict'; | ||
// qiao | ||
var qiao = require('qiao.util.file'); | ||
var qiao = require('qiao-file'); | ||
@@ -6,0 +6,0 @@ // c |
{ | ||
"name": "qiao-config", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
"version": "0.0.7", | ||
"description": "json config to local file", | ||
@@ -13,17 +12,18 @@ "keywords": [ | ||
], | ||
"author": "uikoo9 <uikoo9@qq.com>", | ||
"homepage": "https://github.com/uikoo9/qiao-monorepo#readme", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"author": { | ||
"name": "qiaowenbin", | ||
"email": "npm@insistime.com", | ||
"url": "https://insistime.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/insistime/qiao-config.git" | ||
"url": "git+https://github.com/uikoo9/qiao-monorepo.git" | ||
}, | ||
"scripts": {}, | ||
"bugs": { | ||
"url": "https://github.com/uikoo9/qiao-monorepo/issues" | ||
}, | ||
"dependencies": { | ||
"qiao.util.file": "^0.1.2" | ||
"qiao-file": "^0.1.6" | ||
}, | ||
"devDependencies": {} | ||
"gitHead": "30a390dbc3a592fea05f9a036754ed8ca31d5973" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6419
0
1
+ Addedqiao-file@^0.1.6
+ Addedqiao-file@0.1.9(transitive)
- Removedqiao.util.file@^0.1.2
- Removedqiao.util.file@0.1.5(transitive)