Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « builtins « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c6c108d3ff5e7df6b98dba7bbdb3379c1767f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "builtins",
  "version": "5.0.0",
  "description": "List of node.js builtin modules",
  "repository": "juliangruber/builtins",
  "license": "MIT",
  "main": "index.js",
  "files": [],
  "scripts": {
    "test": "prettier-standard && standard && node test.js"
  },
  "dependencies": {
    "semver": "^7.0.0"
  },
  "devDependencies": {
    "node-core-test": "^1.1.1",
    "prettier-standard": "^15.0.1",
    "standard": "^14.3.4"
  }
}