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

     1  {
     2    "name": "deprecation",
     3    "description": "Log a deprecation message with stack",
     4    "version": "2.3.1",
     5    "license": "ISC",
     6    "files": [
     7      "dist-*/",
     8      "bin/"
     9    ],
    10    "esnext": "dist-src/index.js",
    11    "main": "dist-node/index.js",
    12    "module": "dist-web/index.js",
    13    "types": "dist-types/index.d.ts",
    14    "pika": true,
    15    "sideEffects": false,
    16    "keywords": [
    17      "deprecate",
    18      "deprecated",
    19      "deprecation"
    20    ],
    21    "repository": {
    22      "type": "git",
    23      "url": "https://github.com/gr2m/deprecation.git"
    24    },
    25    "dependencies": {},
    26    "devDependencies": {
    27      "@pika/pack": "^0.3.7",
    28      "@pika/plugin-build-node": "^0.4.0",
    29      "@pika/plugin-build-types": "^0.4.0",
    30      "@pika/plugin-build-web": "^0.4.0",
    31      "@pika/plugin-standard-pkg": "^0.4.0",
    32      "semantic-release": "^15.13.3"
    33    }
    34  }