Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -1,28 +1,26 @@
{
"name": "builtin-modules",
"version": "1.1.1",
"description": "List of the Node.js builtin modules",
"license": "MIT",
"repository": "sindresorhus/builtin-modules",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/builtin-modules/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "List of the Node.js builtin modules",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava",
"make": "node make.js"
},
"files": [
"index.js",
"static.js",
"builtin-modules.json"
],
"homepage": "https://github.com/sindresorhus/builtin-modules#readme",
"keywords": [
"builtin",
"built-in",
@ -35,15 +33,8 @@
"array",
"names"
],
"license": "MIT",
"name": "builtin-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/builtin-modules.git"
},
"scripts": {
"make": "node make.js",
"test": "xo && ava"
},
"version": "1.1.1"
"devDependencies": {
"ava": "*",
"xo": "*"
}
}