MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/snap.cafsinfotech.in/node_modules/create-require/package.json
{
  "name": "create-require",
  "version": "1.1.1",
  "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)",
  "repository": "nuxt-contrib/create-require",
  "license": "MIT",
  "contributors": [
    {
      "name": "Maƫl Nison",
      "email": "nison.mael@gmail.com"
    },
    {
      "name": "Paul Soporan",
      "email": "paul.soporan@gmail.com"
    },
    {
      "name": "Pooya Parsa",
      "email": "pyapar@gmail.com"
    }
  ],
  "main": "./create-require.js",
  "types": "./create-require.d.ts",
  "files": [
    "create-require.js",
    "create-require.d.ts"
  ],
  "scripts": {
    "lint": "eslint .",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test:matrix": "tap --no-esm --no-timeout ./test/matrix.js",
    "test": "yarn lint && yarn test:matrix"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config": "latest",
    "eslint": "latest",
    "tap": "latest",
    "standard-version": "latest"
  }
}