summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/builtins/package.json
blob: 819996532d5ffa85c861f6c35602d76cca77ee3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "builtins",
  "version": "1.0.3",
  "description": "List of node.js builtin modules",
  "repository": "juliangruber/builtins",
  "license": "MIT",
  "main": "builtins.json",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "test": "node test.js"
  }
}