UNPKG

331 BJSONView Raw
1{
2 "name": "list",
3 "version": "1.0.0",
4 "description": "Lightweight and context-free array operations",
5 "keywords": [
6 "list",
7 "array"
8 ],
9 "main": "index.js",
10 "license": "MIT",
11 "author": "Brandon Semilla (https://github.com/semibran)",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/semibran/list.git"
15 }
16}