• File: package.json
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/process-warning/package.json
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 1.65 KB
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "process-warning",
  "version": "4.0.1",
  "description": "A small utility for creating warnings and emitting them.",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "npm run test:unit && npm run test:jest && npm run test:typescript",
    "test:jest": "jest jest.test.js",
    "test:unit": "tap",
    "test:typescript": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/process-warning.git"
  },
  "keywords": [
    "fastify",
    "error",
    "warning",
    "utility",
    "plugin",
    "emit",
    "once"
  ],
  "author": "Tomas Della Vedova",
  "contributors": [
    {
      "name": "Matteo Collina",
      "email": "hello@matteocollina.com"
    },
    {
      "name": "Manuel Spigolon",
      "email": "behemoth89@gmail.com"
    },
    {
      "name": "James Sumners",
      "url": "https://james.sumners.info"
    },
    {
      "name": "Frazer Smith",
      "email": "frazer.dev@icloud.com",
      "url": "https://github.com/fdawgs"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-warning/issues"
  },
  "homepage": "https://github.com/fastify/fastify-warning#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/fastify"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fastify"
    }
  ],
  "devDependencies": {
    "@fastify/pre-commit": "^2.1.0",
    "benchmark": "^2.1.4",
    "eslint": "^9.17.0",
    "jest": "^29.7.0",
    "neostandard": "^0.12.0",
    "tap": "^18.7.2",
    "tsd": "^0.31.0"
  }
}