File size: 983 Bytes
06227db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "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"
  }
}