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.

62 lines
1.5 KiB

{
"_from": "array-index@^1.0.0",
"_id": "array-index@1.0.0",
"_inBundle": false,
"_integrity": "sha1-7FanSe4QPk4Ix5C5w1PfFgVbl/k=",
"_location": "/array-index",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-index@^1.0.0",
"name": "array-index",
"escapedName": "array-index",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/path-array"
],
"_resolved": "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz",
"_shasum": "ec56a749ee103e4e08c790b9c353df16055b97f9",
"_spec": "array-index@^1.0.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/path-array",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/array-index/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.2.0",
"es6-symbol": "^3.0.2"
},
"deprecated": false,
"description": "Invoke getter/setter functions on array-like objects",
"engines": {
"node": "*"
},
"homepage": "https://github.com/TooTallNate/array-index#readme",
"keywords": [
"index",
"array",
"getter",
"setter",
"proxy"
],
"license": "MIT",
"main": "index.js",
"name": "array-index",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/array-index.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.0"
}