Sha256: d959a51384a1ef50847e8deea5ef9631eefa056bf8152101e413e05f6452d6e0

Contents?: true

Size: 1.02 KB

Versions: 20

Compression:

Stored size: 1.02 KB

Contents

{
  "name": "tr46",
  "version": "2.1.0",
  "engines": {
    "node": ">=8"
  },
  "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/mappingTable.json",
    "lib/regexes.js",
    "lib/statusMapping.js"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint .",
    "pretest": "node scripts/getLatestTests.js",
    "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js"
  },
  "repository": "https://github.com/jsdom/tr46",
  "keywords": [
    "unicode",
    "tr46",
    "uts46",
    "punycode",
    "url",
    "whatwg"
  ],
  "author": "Sebastian Mayr <npm@smayr.name>",
  "contributors": [
    "Timothy Gu <timothygu99@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "punycode": "^2.1.1"
  },
  "devDependencies": {
    "eslint": "^7.27.0",
    "mocha": "^8.4.0",
    "node-fetch": "^2.6.0",
    "regenerate": "^1.4.2",
    "unicode-13.0.0": "^0.8.0"
  },
  "unicodeVersion": "13.0.0"
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
appmap-0.72.2 ./node_modules/tr46/package.json
appmap-0.72.1 ./node_modules/tr46/package.json
appmap-0.72.0 ./node_modules/tr46/package.json
appmap-0.71.0 ./node_modules/tr46/package.json
appmap-0.70.2 ./node_modules/tr46/package.json
appmap-0.70.1 ./node_modules/tr46/package.json
appmap-0.70.0 ./node_modules/tr46/package.json
appmap-0.69.0 ./node_modules/tr46/package.json
appmap-0.68.2 ./node_modules/tr46/package.json
appmap-0.68.1 ./node_modules/tr46/package.json
appmap-0.68.0 ./node_modules/tr46/package.json
appmap-0.67.1 ./node_modules/tr46/package.json
appmap-0.67.0 ./node_modules/tr46/package.json
appmap-0.66.2 ./node_modules/tr46/package.json
appmap-0.66.1 ./node_modules/tr46/package.json
appmap-0.66.0 ./node_modules/tr46/package.json
appmap-0.65.1 ./node_modules/tr46/package.json
appmap-0.65.0 ./node_modules/tr46/package.json
appmap-0.64.0 ./node_modules/tr46/package.json
appmap-0.63.0 ./node_modules/tr46/package.json