{ "_args": [ [ "dom-event-types@1.0.0", "E:\\changfa\\crscd-view" ] ], "_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": "E:\\changfa\\crscd-view", "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" }