| 123456789101112131415161718192021222324252627282930313233343536 | {  "name": "arrify",  "version": "1.0.1",  "description": "Convert a value to an array",  "license": "MIT",  "repository": "sindresorhus/arrify",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "xo && ava"  },  "files": [    "index.js"  ],  "keywords": [    "array",    "arr",    "arrify",    "arrayify",    "convert",    "value"  ],  "devDependencies": {    "ava": "*",    "xo": "*"  },  "__npminstall_done": true,  "_from": "arrify@1.0.1",  "_resolved": "https://registry.npmmirror.com/arrify/-/arrify-1.0.1.tgz"}
 |