保誠-保戶業務員媒合平台
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
{
  "_args": [
    [
      "dom-event-types@1.0.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "dom-event-types@1.0.0",
  "_id": "dom-event-types@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-2G2Vwi2zXTHBGqXHsJ4+ak/iP0N8Ar+G8a7LiD2oup5o4sQWytwqqrZu/O6hIMV0KMID2PL69OhpshLO0n7UJQ==",
  "_location": "/dom-event-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dom-event-types@1.0.0",
    "name": "dom-event-types",
    "escapedName": "dom-event-types",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@vue/test-utils"
  ],
  "_resolved": "https://registry.npmjs.org/dom-event-types/-/dom-event-types-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Edd Yerburgh"
  },
  "bugs": {
    "url": "https://github.com/eddyerburgh/dom-event-types/issues"
  },
  "description": "DOM events data scraped from MDN",
  "devDependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "eslint": "^5.6.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "husky": "^1.0.0-rc.14",
    "jest": "^23.6.0",
    "lint-staged": "^7.3.0",
    "ora": "^3.0.0",
    "prettier": "^1.14.3"
  },
  "homepage": "https://github.com/eddyerburgh/dom-event-types#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "dom-event-types",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eddyerburgh/dom-event-types.git"
  },
  "scripts": {
    "lint": "eslint '{,!(node_modules)/**/}*.js'",
    "test": "jest"
  },
  "version": "1.0.0"
}