{ "_from": "html-element-map@^1.2.0", "_id": "html-element-map@1.2.0", "_inBundle": false, "_integrity": "sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw==", "_location": "/html-element-map", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "html-element-map@^1.2.0", "name": "html-element-map", "escapedName": "html-element-map", "rawSpec": "^1.2.0", "saveSpec": null, "fetchSpec": "^1.2.0" }, "_requiredBy": [ "/enzyme" ], "_resolved": "https://registry.npmjs.org/html-element-map/-/html-element-map-1.2.0.tgz", "_shasum": "dfbb09efe882806af63d990cf6db37993f099f22", "_spec": "html-element-map@^1.2.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/enzyme", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false }, "bugs": { "url": "https://github.com/ljharb/html-element-map/issues" }, "bundleDependencies": false, "dependencies": { "array-filter": "^1.0.0" }, "deprecated": false, "description": "Look up HTML tag names via HTML Element constructors, and vice versa.", "devDependencies": { "@ljharb/eslint-config": "^15.0.2", "auto-changelog": "^1.16.2", "eslint": "^6.6.0", "for-each": "^0.3.3", "function.prototype.name": "^1.1.1", "isarray": "^2.0.5", "object-inspect": "^1.7.0", "tape": "^4.11.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/ljharb/html-element-map#readme", "keywords": [ "html", "element", "tag", "lookup", "html", "element", "constructor" ], "license": "MIT", "main": "index.js", "name": "html-element-map", "repository": { "type": "git", "url": "git+https://github.com/ljharb/html-element-map.git" }, "scripts": { "lint": "eslint .", "posttest": "npx aud", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "node test", "version": "auto-changelog && git add CHANGELOG.md" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/9.0..latest", "firefox/4.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/11.6..latest", "opera/next", "safari/5.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2" ] }, "version": "1.2.0" }