Repository URL to install this package:
|
Version:
0.1.4 ▾
|
to-array
/
package.json
|
|---|
{
"name": "to-array",
"version": "0.1.4",
"description": "Turn an array like into an array",
"keywords": [],
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Raynos/to-array.git"
},
"main": "index",
"homepage": "https://github.com/Raynos/to-array",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/to-array/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.3.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
}
],
"scripts": {
"test": "tap --stderr --tap ./test"
},
"component": {
"scripts": {
"to-array/index.js": "index.js"
}
},
"readme": "# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n",
"readmeFilename": "README.md",
"_id": "to-array@0.1.4",
"dist": {
"shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
"tarball": "http://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
},
"_from": "to-array@*",
"_npmVersion": "1.3.1",
"_npmUser": {
"name": "raynos",
"email": "raynos2@gmail.com"
},
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
}
],
"directories": {},
"_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
"_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
}