aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/to-array/package.json
blob: 16897d2f027749851a3ba8f6a140d6cb04fe19b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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"
}