mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
53
node_modules/parseqs/package.json
generated
vendored
Normal file
53
node_modules/parseqs/package.json
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"_from": "parseqs@0.0.5",
|
||||
"_id": "parseqs@0.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=",
|
||||
"_location": "/parseqs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parseqs@0.0.5",
|
||||
"name": "parseqs",
|
||||
"escapedName": "parseqs",
|
||||
"rawSpec": "0.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-client",
|
||||
"/socket.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz",
|
||||
"_shasum": "d5208a3738e46766e291ba2ea173684921a8b89d",
|
||||
"_spec": "parseqs@0.0.5",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/socket.io-client",
|
||||
"author": {
|
||||
"name": "Gal Koren"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/get/querystring/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"better-assert": "~1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Provides methods for parsing a query string into an object, and vice versa.",
|
||||
"devDependencies": {
|
||||
"better-assert": "~1.0.0",
|
||||
"mocha": "1.17.1"
|
||||
},
|
||||
"homepage": "https://github.com/get/querystring",
|
||||
"license": "MIT",
|
||||
"name": "parseqs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/get/querystring.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.0.5"
|
||||
}
|
Reference in New Issue
Block a user