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

91 lines
1.9 KiB

{
"_args": [
[
"deep-equal@1.0.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "deep-equal@1.0.1",
"_id": "deep-equal@1.0.1",
"_inBundle": false,
"_integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=",
"_location": "/deep-equal",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "deep-equal@1.0.1",
"name": "deep-equal",
"escapedName": "deep-equal",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/bonjour",
"/http-assert"
],
"_resolved": "https://registry.npm.taobao.org/deep-equal/download/deep-equal-1.0.1.tgz?cache=0&sync_timestamp=1590399968773&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdeep-equal%2Fdownload%2Fdeep-equal-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-deep-equal/issues"
},
"description": "node's assert.deepEqual algorithm",
"devDependencies": {
"tape": "^3.5.0"
},
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/node-deep-equal#readme",
"keywords": [
"equality",
"equal",
"compare"
],
"license": "MIT",
"main": "index.js",
"name": "deep-equal",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-deep-equal.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [
6,
7,
8,
9
],
"ff": [
3.5,
10,
15
],
"chrome": [
10,
22
],
"safari": [
5.1
],
"opera": [
12
]
}
},
"version": "1.0.1"
}