aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/to-array/package.json
diff options
context:
space:
mode:
authorYaroslav De La Peña Smirnov <yaros.rus_89@live.com.mx>2017-11-29 11:44:34 +0300
committerYaroslav De La Peña Smirnov <yaros.rus_89@live.com.mx>2017-11-29 11:44:34 +0300
commit67fdec20726e48ba3a934cb25bb30d47ec4a4f29 (patch)
tree37fd9f4f0b0c20103e1646fc83021e4765de3680 /node_modules/to-array/package.json
downloadspanish-checkers-67fdec20726e48ba3a934cb25bb30d47ec4a4f29.tar.gz
spanish-checkers-67fdec20726e48ba3a934cb25bb30d47ec4a4f29.zip
Initial commit, version 0.5.3
Diffstat (limited to 'node_modules/to-array/package.json')
-rw-r--r--node_modules/to-array/package.json98
1 files changed, 98 insertions, 0 deletions
diff --git a/node_modules/to-array/package.json b/node_modules/to-array/package.json
new file mode 100644
index 0000000..16897d2
--- /dev/null
+++ b/node_modules/to-array/package.json
@@ -0,0 +1,98 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "to-array@0.1.4",
+ "scope": null,
+ "escapedName": "to-array",
+ "name": "to-array",
+ "rawSpec": "0.1.4",
+ "spec": "0.1.4",
+ "type": "version"
+ },
+ "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client"
+ ]
+ ],
+ "_from": "to-array@0.1.4",
+ "_id": "to-array@0.1.4",
+ "_inCache": true,
+ "_location": "/to-array",
+ "_npmUser": {
+ "name": "raynos",
+ "email": "raynos2@gmail.com"
+ },
+ "_npmVersion": "1.3.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "to-array@0.1.4",
+ "scope": null,
+ "escapedName": "to-array",
+ "name": "to-array",
+ "rawSpec": "0.1.4",
+ "spec": "0.1.4",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/socket.io-client"
+ ],
+ "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
+ "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
+ "_shrinkwrap": null,
+ "_spec": "to-array@0.1.4",
+ "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client",
+ "author": {
+ "name": "Raynos",
+ "email": "raynos2@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Raynos/to-array/issues",
+ "email": "raynos2@gmail.com"
+ },
+ "component": {
+ "scripts": {
+ "to-array/index.js": "index.js"
+ }
+ },
+ "contributors": [
+ {
+ "name": "Jake Verbaten"
+ }
+ ],
+ "dependencies": {},
+ "description": "Turn an array like into an array",
+ "devDependencies": {
+ "tap": "~0.3.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
+ "tarball": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
+ },
+ "homepage": "https://github.com/Raynos/to-array",
+ "keywords": [],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
+ }
+ ],
+ "main": "index",
+ "maintainers": [
+ {
+ "name": "raynos",
+ "email": "raynos2@gmail.com"
+ }
+ ],
+ "name": "to-array",
+ "optionalDependencies": {},
+ "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",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Raynos/to-array.git"
+ },
+ "scripts": {
+ "test": "tap --stderr --tap ./test"
+ },
+ "version": "0.1.4"
+}