mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
84
node_modules/to-array/package.json
generated
vendored
Executable file
84
node_modules/to-array/package.json
generated
vendored
Executable file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"to-array@0.1.3",
|
||||
"C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\socket.io-client"
|
||||
]
|
||||
],
|
||||
"_from": "to-array@0.1.3",
|
||||
"_id": "to-array@0.1.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/to-array",
|
||||
"_npmUser": {
|
||||
"email": "raynos2@gmail.com",
|
||||
"name": "raynos"
|
||||
},
|
||||
"_npmVersion": "1.1.49",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "to-array",
|
||||
"raw": "to-array@0.1.3",
|
||||
"rawSpec": "0.1.3",
|
||||
"scope": null,
|
||||
"spec": "0.1.3",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/socket.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz",
|
||||
"_shasum": "d45dadc6363417f60f28474fea50ecddbb4f4991",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "to-array@0.1.3",
|
||||
"_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\socket.io-client",
|
||||
"author": {
|
||||
"email": "raynos2@gmail.com",
|
||||
"name": "Raynos"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "raynos2@gmail.com",
|
||||
"url": "https://github.com/Raynos/to-array/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jake Verbaten"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Turn an array like into an array",
|
||||
"devDependencies": {
|
||||
"tap": "~0.3.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "d45dadc6363417f60f28474fea50ecddbb4f4991",
|
||||
"tarball": "http://registry.npmjs.org/to-array/-/to-array-0.1.3.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": [
|
||||
{
|
||||
"email": "raynos2@gmail.com",
|
||||
"name": "raynos"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Raynos/to-array.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap --stderr --tap ./test"
|
||||
},
|
||||
"version": "0.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user