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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/builtins/package.json')
-rw-r--r--node_modules/builtins/package.json18
1 files changed, 12 insertions, 6 deletions
diff --git a/node_modules/builtins/package.json b/node_modules/builtins/package.json
index 819996532..9c6c108d3 100644
--- a/node_modules/builtins/package.json
+++ b/node_modules/builtins/package.json
@@ -1,14 +1,20 @@
{
"name": "builtins",
- "version": "1.0.3",
+ "version": "5.0.0",
"description": "List of node.js builtin modules",
"repository": "juliangruber/builtins",
"license": "MIT",
- "main": "builtins.json",
- "publishConfig": {
- "registry": "https://registry.npmjs.org"
- },
+ "main": "index.js",
+ "files": [],
"scripts": {
- "test": "node test.js"
+ "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"
}
}