믿을 수 없는 쓸모없는 NPM 패키지 7가지 💀💀💀

💀 1. hello-useless

기능:
쓸모없는 놀이터 패키지, 멀리 이동하십시오.

사용 방법:

//Install using npm and enjoy:
npm i hello-useless


💀 2. is-useless

기능:
npm의 현재 상태를 반영하는 패키지입니다.

사용 방법:

//Install using npm:
npm i is-useless

//In Node.js:
const isUseless = require("is-useless");



const isUseless = require("is-useless");

console.log(isUseless(process.env.CREDIT_CARD_NUMBER)); // may or may not send to servers for product improvement


💀 3. @robertosviluppo/useless

기능:
NPM을 배우기 위한 쓸모없는 패키지.

사용 방법:

//Install using npm:
npm i @robertosviluppo/useless



var summer = require('@robertosviluppo/useless');
var sum = summer(3, 2);


💀 4. meaning-of-life

기능:
삶의 의미를 제공합니다.

사용 방법:

//Install using npm and enjoy:
npm i meaning-of-life


💀 5. nothing-to-see-here

기능:
아무것도 하지 않는 패키지.

사용 방법:

//Install using npm and enjoy:
$ npm install nothing-to-see-here



var nothing = require('nothing-to-see-here');
// Do nothing with nothing, since it does nothing at all.


💀 6. my-awesome-package-that-is-more-awesome-than-other-packages

기능:
쓸모없는 메시지를 내보낼 뿐입니다.

사용 방법:

//Install using npm:
npm i my-awesome-package-that-is-more-awesome-than-other-packages



//index.js
var demo = require('my-awesome-package-that-is-more-awesome-than-other-packages')

demo.printMsg();

//node
$: node index.js
This is a more awesome package than ANY other package on NPM


💀 7. is-stupid

기능:
바보인지 알아내는 패키지.

사용 방법:

//Install using npm:
npm i is-stupid

//Install using yarn:
yarn install is-stupid

//With Deno:
import isStupid from 'https://unpkg.com/is-stupid/dist/index.js'



import isStupid from 'is-stupid';

if (isStupid) {
    console.log('oh no');
}

좋은 웹페이지 즐겨찾기