{ "_from": "html-element-map@^1.2.0", "_id": "html-element-map@1.3.1", "_inBundle": false, "_integrity": "sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==", "_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.npmmirror.com/html-element-map/-/html-element-map-1.3.1.tgz", "_shasum": "44b2cbcfa7be7aa4ff59779e47e51012e1c73c08", "_spec": "html-element-map@^1.2.0", "_where": "/data/jenkins/workspace/front-v5-web/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.prototype.filter": "^1.0.0", "call-bind": "^1.0.2" }, "deprecated": false, "description": "Look up HTML tag names via HTML Element constructors, and vice versa.", "devDependencies": { "@ljharb/eslint-config": "^17.6.0", "aud": "^1.1.5", "auto-changelog": "^2.2.1", "eslint": "^7.26.0", "for-each": "^0.3.3", "function.prototype.name": "^1.1.4", "isarray": "^2.0.5", "nyc": "^10.3.2", "object-inspect": "^1.10.3", "safe-publish-latest": "^1.1.4", "tape": "^5.2.2" }, "exports": { ".": [ { "import": "./index.mjs", "require": "./index.js", "default": "./index.js" }, "./index.js" ], "./": "./index.js", "./index": "./index.js", "./index.js": "./index.js", "./byTag": [ { "import": "./byTag.mjs", "default": "./byTag.js" }, "./byTag.js" ], "./byTag.js": "./byTag.js", "./byConstructor": [ { "import": "./byConstructor.mjs", "default": "./byConstructor.js" }, "./byConstructor.js" ], "./byConstructor.js": "./byConstructor.js", "./byConstructorName": [ { "import": "./byConstructorName.mjs", "default": "./byConstructorName.js" }, "./byConstructorName.js" ], "./byConstructorName.js": "./byConstructorName.js", "./getData": "./getData.js", "./getData.js": "./getData.js", "./package": "./package.json", "./package.json": "./package.json", "./test": "./test/index.js", "./test/": "./test/" }, "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": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only && npm run tests-esm", "tests-esm": "nyc node test/index.mjs", "tests-only": "nyc tape 'test/**/*.js'", "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.3.1" }