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:
98
node_modules/utf8/package.json
generated
vendored
Executable file
98
node_modules/utf8/package.json
generated
vendored
Executable file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"utf8@2.0.0",
|
||||
"C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io-parser"
|
||||
]
|
||||
],
|
||||
"_from": "utf8@2.0.0",
|
||||
"_id": "utf8@2.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/utf8",
|
||||
"_npmUser": {
|
||||
"email": "mathias@qiwi.be",
|
||||
"name": "mathias"
|
||||
},
|
||||
"_npmVersion": "1.2.30",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "utf8",
|
||||
"raw": "utf8@2.0.0",
|
||||
"rawSpec": "2.0.0",
|
||||
"scope": null,
|
||||
"spec": "2.0.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz",
|
||||
"_shasum": "79ce59eced874809cab9a71fc7102c7d45d4118d",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "utf8@2.0.0",
|
||||
"_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\engine.io-parser",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "http://mathiasbynens.be/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/utf8.js/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-shell": "~0.2.2",
|
||||
"istanbul": "~0.1.36",
|
||||
"qunit-clib": "~1.3.0",
|
||||
"qunitjs": "~1.11.0",
|
||||
"requirejs": "~2.1.6"
|
||||
},
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "79ce59eced874809cab9a71fc7102c7d45d4118d",
|
||||
"tarball": "http://registry.npmjs.org/utf8/-/utf8-2.0.0.tgz"
|
||||
},
|
||||
"homepage": "http://mths.be/utf8js",
|
||||
"keywords": [
|
||||
"charset",
|
||||
"encoding",
|
||||
"unicode",
|
||||
"utf8"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://mths.be/mit"
|
||||
},
|
||||
{
|
||||
"type": "GPL",
|
||||
"url": "http://mths.be/gpl"
|
||||
}
|
||||
],
|
||||
"main": "utf8.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "ryan@venodesigns.net",
|
||||
"name": "ryanmcgrath"
|
||||
},
|
||||
{
|
||||
"email": "mathias@qiwi.be",
|
||||
"name": "mathias"
|
||||
}
|
||||
],
|
||||
"name": "utf8",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mathiasbynens/utf8.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/tests.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user