{
  "_from": "@tootallnate/once@2",
  "_id": "@tootallnate/once@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-HqmEUIGRJ5fSXchkVgR5F7qn48bDBzv0kWj/Kfu5e6uci4UlEeng4331LnBkWffb++Ei3FOVLxo8JJWMFBDMeQ==",
  "_location": "/@tootallnate/once",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tootallnate/once@2",
    "name": "@tootallnate/once",
    "escapedName": "@tootallnate%2fonce",
    "scope": "@tootallnate",
    "rawSpec": "2",
    "saveSpec": null,
    "fetchSpec": "2"
  },
  "_requiredBy": [
    "/http-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.1.tgz",
  "_shasum": "35adc6222e3662fa2222ce123b961476a746b9ea",
  "_spec": "@tootallnate/once@2",
  "_where": "/home/drmkononi/public_html/backend/node_modules/http-proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/once/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Creates a Promise that waits for a single event",
  "devDependencies": {
    "@changesets/cli": "^2.29.4",
    "@types/jest": "^27.0.2",
    "@types/node": "^12.12.11",
    "abort-controller": "^3.0.0",
    "jest": "^27.2.1",
    "rimraf": "^3.0.0",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/once#readme",
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "diagnostics": false,
        "isolatedModules": true
      }
    },
    "verbose": false,
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.test.ts"
    ]
  },
  "keywords": [],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@tootallnate/once",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/once.git"
  },
  "scripts": {
    "build": "tsc",
    "changeset": "changeset",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "release": "npm run build && changeset publish --tag legacy",
    "test": "jest",
    "version": "changeset version"
  },
  "types": "./dist/index.d.ts",
  "version": "2.0.1"
}
