"Fossies" - the Fresh Open Source Software Archive 
Member "Atom/resources/app/apm/node_modules/array-index/component.json" (16 Apr 2018, 399 Bytes) of package /windows/misc/atom-windows.zip:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "name": "array-index",
3 "repo": "TooTallNate/array-index",
4 "description": "Invoke getter/setter functions on array-like objects",
5 "keywords": [
6 "index",
7 "array",
8 "getter",
9 "setter",
10 "proxy"
11 ],
12 "version": "1.0.0",
13 "dependencies": {
14 "visionmedia/debug": "*"
15 },
16 "development": {},
17 "license": "MIT",
18 "main": "index.js",
19 "scripts": [
20 "index.js"
21 ]
22 }