믿을 수 없는 쓸모없는 NPM 패키지 7가지 💀💀💀
3264 단어 npmwebdevbeginnersjavascript
기능:
쓸모없는 놀이터 패키지, 멀리 이동하십시오.
사용 방법:
//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');
}
Reference
이 문제에 관하여(믿을 수 없는 쓸모없는 NPM 패키지 7가지 💀💀💀), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/hr21don/top-7-useless-npm-packages-you-wont-believe-exist-31gm텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)