{
  "manifest": {
    "name": "@tootallnate/once",
    "version": "1.1.2",
    "description": "Creates a Promise that waits for a single event",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
      "dist"
    ],
    "scripts": {
      "prebuild": "rimraf dist",
      "build": "tsc",
      "test": "mocha --reporter spec",
      "test-lint": "eslint src --ext .js,.ts",
      "prepublishOnly": "npm run build"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/TooTallNate/once.git"
    },
    "keywords": [],
    "author": {
      "name": "Nathan Rajlich",
      "email": "nathan@tootallnate.net",
      "url": "http://n8.io/"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/TooTallNate/once/issues"
    },
    "devDependencies": {
      "@types/node": "^12.12.11",
      "@typescript-eslint/eslint-plugin": "1.6.0",
      "@typescript-eslint/parser": "1.1.0",
      "eslint": "5.16.0",
      "eslint-config-airbnb": "17.1.0",
      "eslint-config-prettier": "4.1.0",
      "eslint-import-resolver-typescript": "1.1.1",
      "eslint-plugin-import": "2.16.0",
      "eslint-plugin-jsx-a11y": "6.2.1",
      "eslint-plugin-react": "7.12.4",
      "mocha": "^6.2.2",
      "rimraf": "^3.0.0",
      "typescript": "^3.7.3"
    },
    "engines": {
      "node": ">= 6"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-@tootallnate-once-1.1.2-ccb91445360179a04e7fe6aff78c00ffc1eeaf82-integrity/node_modules/@tootallnate/once/package.json"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz",
    "hash": "ccb91445360179a04e7fe6aff78c00ffc1eeaf82",
    "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
    "registry": "npm",
    "packageName": "@tootallnate/once",
    "cacheIntegrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== sha1-zLkURTYBeaBOf+av94wA/8Hur4I="
  },
  "registry": "npm",
  "hash": "ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
}