module-name-from-path
Advanced tools
+3
-3
| { | ||
| "name": "module-name-from-path", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Extract the Node.js module name given an abosulte path to a file inside the module", | ||
@@ -33,5 +33,5 @@ "main": "index.js", | ||
| "coordinates": [ | ||
| 55.6666265, | ||
| 12.5798547 | ||
| 55.6666196, | ||
| 12.5800046 | ||
| ] | ||
| } |
+1
-1
@@ -18,3 +18,3 @@ # module-name-from-path | ||
| ```js | ||
| var assert = reqire('assert') | ||
| var assert = require('assert') | ||
| var parse = require('module-name-from-path') | ||
@@ -21,0 +21,0 @@ |
3349
0.03%