You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
775 B
44 lines
775 B
{ |
|
"name": "builtin-modules", |
|
"version": "3.3.0", |
|
"description": "List of the Node.js builtin modules", |
|
"license": "MIT", |
|
"repository": "sindresorhus/builtin-modules", |
|
"funding": "https://github.com/sponsors/sindresorhus", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "https://sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava && tsd", |
|
"make": "node make.js" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"index.d.ts", |
|
"static.js", |
|
"static.d.ts", |
|
"builtin-modules.json" |
|
], |
|
"keywords": [ |
|
"builtin", |
|
"built-in", |
|
"builtins", |
|
"node", |
|
"modules", |
|
"core", |
|
"bundled", |
|
"list", |
|
"array", |
|
"names" |
|
], |
|
"devDependencies": { |
|
"ava": "^1.4.1", |
|
"tsd": "^0.7.2", |
|
"xo": "^0.24.0" |
|
} |
|
}
|
|
|