Urara-Blog/node_modules/.pnpm-store/v3/files/08/82c7002427057aba0ef7a573a3f22cd65ed77d7cf50b16b645bc2a91c37dd9cc7aea3b27139da7151da4ca1df6784457d9e5b344898e8df12c9e248efab935
2022-08-14 01:14:53 +08:00

44 lines
775 B
Text

{
"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"
}
}