File: require

package info (click to toggle)
node-debug 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 51
  • sloc: makefile: 31; sh: 3
file content (4 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
set -e
nodejs -e "require('debug');"
nodejs -e "require('debug').humanize;"