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

82 lines
2.0 KiB

3 years ago
{
"_args": [
[
"is-arrayish@0.3.2",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "is-arrayish@0.3.2",
"_id": "is-arrayish@0.3.2",
"_inBundle": false,
"_integrity": "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=",
"_location": "/simple-swizzle/is-arrayish",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-arrayish@0.3.2",
"name": "is-arrayish",
"escapedName": "is-arrayish",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/simple-swizzle"
],
"_resolved": "https://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.3.2.tgz",
"_spec": "0.3.2",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Qix",
"url": "http://github.com/qix-"
},
"bugs": {
"url": "https://github.com/qix-/node-is-arrayish/issues"
},
"description": "Determines if an object can be used as an array",
"devDependencies": {
"@zeit/eslint-config-node": "^0.3.0",
"@zeit/git-hooks": "^0.1.4",
"coffeescript": "^2.3.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"should": "^13.2.1"
},
"eslintConfig": {
"extends": [
"@zeit/eslint-config-node"
]
},
"git": {
"pre-commit": "lint-staged"
},
"homepage": "https://github.com/qix-/node-is-arrayish#readme",
"keywords": [
"is",
"array",
"duck",
"type",
"arrayish",
"similar",
"proto",
"prototype",
"type"
],
"license": "MIT",
"name": "is-arrayish",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-is-arrayish.git"
},
"scripts": {
"lint": "zeit-eslint --ext .jsx,.js .",
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
"test": "mocha --require coffeescript/register ./test/**/*.coffee"
},
"version": "0.3.2"
}