保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_args": [
    [
      "@tootallnate/once@1.1.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "@tootallnate/once@1.1.2",
  "_id": "@tootallnate/once@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  "_location": "/@tootallnate/once",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tootallnate/once@1.1.2",
    "name": "@tootallnate/once",
    "escapedName": "@tootallnate%2fonce",
    "scope": "@tootallnate",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/http-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/once/issues"
  },
  "description": "Creates a Promise that waits for a single event",
  "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"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/once#readme",
  "keywords": [],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@tootallnate/once",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/once.git"
  },
  "scripts": {
    "build": "tsc",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "test": "mocha --reporter spec",
    "test-lint": "eslint src --ext .js,.ts"
  },
  "types": "./dist/index.d.ts",
  "version": "1.1.2"
}