{
  "_from": "nanosocket@*",
  "_id": "nanosocket@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-v2LsjYMRu3/JT/z8Qpkj1X5dgwCptC3D0NzeYlb7tb2qGJhlx0PSXZJraf1tRPKipj2iwB15GRzqUaOlN+LieQ==",
  "_location": "/nanosocket",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nanosocket@*",
    "name": "nanosocket",
    "escapedName": "nanosocket",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/xrs"
  ],
  "_resolved": "https://registry.npmjs.org/nanosocket/-/nanosocket-1.1.0.tgz",
  "_shasum": "56b00467aa3e333abc34e1089c946682b144623f",
  "_spec": "nanosocket@*",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\xrs",
  "author": {
    "name": "pemrouz",
    "url": "https://github.com/pemrouz"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "tiny modern websocket client",
  "devDependencies": {
    "global-mocks": "^1.0.0",
    "rollup-plugin-commonjs": "^8.2.5",
    "rollup-plugin-node-resolve": "^3.0.0",
    "tap": "^10.7.2",
    "uglify-es": "^3.1.3",
    "utilise": "^2.1.4"
  },
  "keywords": [
    "websocket",
    "client"
  ],
  "license": "pemrouz.mit-license.org",
  "main": "index.js",
  "name": "nanosocket",
  "scripts": {
    "build": "npm run rollup && npm run minify && npm run gzip",
    "coverage": "tap test.js --coverage --coverage-report=lcov",
    "gzip": "gzip -c client.min.js > client.min.js.gz",
    "minify": "uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js",
    "rollup": "rollup -c",
    "test": "node test.js"
  },
  "version": "1.1.0"
}
