UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

19 lines (12 loc) 914 B
# nerf-dart [![Build Status](https://travis-ci.org/boennemann/nerf-dart.svg?branch=master)](https://travis-ci.org/boennemann/nerf-dart) [![Coverage Status](https://coveralls.io/repos/boennemann/nerf-dart/badge.svg?branch=master&service=github)](https://coveralls.io/github/boennemann/nerf-dart?branch=master) [![Dependency Status](https://david-dm.org/boennemann/nerf-dart/next.svg)](https://david-dm.org/boennemann/nerf-dart/next) [![devDependency Status](https://david-dm.org/boennemann/nerf-dart/next/dev-status.svg)](https://david-dm.org/boennemann/nerf-dart/next#info=dependencies) > Maps a URL to an identifier. ```js var toNerfDart = require('nerf-dart') toNerfDart('http://registry.npmjs.org') // //registry.npmjs.org/ ``` Originally from [npm](http://npmjs.com/). Taken from https://github.com/npm/npm/blob/master/lib/config/nerf-dart.js and made available as a standalone package for easier reuse.