🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

get-module-root

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-module-root - npm Package Compare versions

Comparing version

to
1.0.0-deprecated

26

package.json
{
"name": "get-module-root",
"version": "1.0.0-beta-1",
"description": "Find the root path on disk of a given node module",
"version": "1.0.0-deprecated",
"description": "DEPRECATED",
"bin": {
"get-module-root": "bin/get-module-root"
},
"files": [
"bin/",
"src/",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"test": "nyc mocha test/*.spec.js"
"test": "nyc mocha test/*.spec.js",
"update-dependencies": "npm-run-all upem:update upem:install test",
"upem:update": "npm outdated --json | upem",
"upem:install": "npm install"
},

@@ -20,6 +30,12 @@ "keywords": [],

},
"repository": {
"type": "git",
"url": "git+https://github.com/sverweij/get-module-root"
},
"homepage": "https://github.com/sverweij/get-module-root",
"devDependencies": {
"mocha": "5.0.5",
"nyc": "11.6.0"
"mocha": "5.2.0",
"npm-run-all": "4.1.3",
"nyc": "13.0.1",
"upem": "1.0.1"
},

@@ -26,0 +42,0 @@ "nyc": {

6

README.md

@@ -1,5 +0,1 @@

[![Build Status](https://travis-ci.org/sverweij/get-module-root.svg?branch=master)](https://travis-ci.org/sverweij/get-module-root.svg)
[![npm stable version](https://img.shields.io/npm/v/get-module-root.svg)](https://npmjs.com/package/get-module-root)
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
Find the root path on disk of a given node module.
DEPRECATED