github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/node_modules/tr46/package.json (about)

     1  {
     2    "name": "tr46",
     3    "version": "0.0.3",
     4    "description": "An implementation of the Unicode TR46 spec",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "mocha",
     8      "pretest": "node scripts/getLatestUnicodeTests.js",
     9      "prepublish": "node scripts/generateMappingTable.js"
    10    },
    11    "repository": {
    12      "type": "git",
    13      "url": "git+https://github.com/Sebmaster/tr46.js.git"
    14    },
    15    "keywords": [
    16      "unicode",
    17      "tr46",
    18      "url",
    19      "whatwg"
    20    ],
    21    "author": "Sebastian Mayr <npm@smayr.name>",
    22    "license": "MIT",
    23    "bugs": {
    24      "url": "https://github.com/Sebmaster/tr46.js/issues"
    25    },
    26    "homepage": "https://github.com/Sebmaster/tr46.js#readme",
    27    "devDependencies": {
    28      "mocha": "^2.2.5",
    29      "request": "^2.57.0"
    30    }
    31  }