Showing 1-20 of 768,601 packages
Import, export, require path redirect plugin for Babel
ESLint rule to enforce sorting of variable declarations in a group of require('path') calls by 'path' string
A lightweight fork of [eslint-plugin-require-path-exists](https://github.com/BohdanTkachenko/eslint-plugin-require-path-exists) that only checks CSS files.
Checks all require path's to exist as files
Simple module helps you access your application's root path from anywhere in the application without resorting to relative paths like require("../../path").
Enable require('./path/to/any-node-project.asar') & require('./path/to/any-node-project.asar/any/file'). Or just run asar-node ./path/to/any-node-project.asar
```js const path = require('path'); const fs = require('fs'); const { generateTheme, getLessVars } = require('../index.js');
Gulp plugin which inlines html files referenced using require("path-to-file.html") notation
Require files from a directory tree recursively
A Babel plugin that transforms specified require path file extensions.
``` const path = require('path') const Deployer = require('oss-site-deployer')
provide a webpack plugin to override import or require path
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
fix import or require path from src to somewhere when compiler
Flattens relative require('./path/<module>') calls to require('./<module>')
Add any path to node's require path
put these lines in your server.js ``` javascript var koa = require('koa'); var path = require('path'); var koaApp = module.exports = koa(); var config = require('./config'); var App = require('boar-server').app;
A tiny module that helps developers to limit require path to specific directory
[GitHub](https://github.com/ethanburkett/easydjs) # Easy DJS ## Configure your bot ```javascript const path = require('path') const Bot = require('@chaoticvisions/easydjs')
```javascript const fs = require('fs'); const path = require('path') const pick = require('lodash.pick')