1.0.2 • Published 3 years ago

npm-packages-info v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

what is this

Npm gives package information.

EXAMPLE

npm install npm-packages-info

const Packageİnfo = require("npm-packages-info")

await Packageİnfo("npm-packages-info")

OUTPUT

{
  name: 'npm-packages-info',
  version: '1.0.0',
  main: 'index.js',
  fileCount: 3,
  unpackedSize: 2290,
  description: 'Npm gives package information.',
  maintainers: [ { name: 'ramostark', email: 'benramo637@gmail.com' } ],
  time: {
    created: '2021-05-29T16:09:35.676Z',
    '1.0.0': '2021-05-29T16:09:35.781Z',
    modified: '2021-05-29T16:09:37.997Z'
  },
  author: { name: 'ramostark' },
  npmUrl: 'https://www.npmjs.com/package/npm-packages-info',
  imageUrl: 'https://nodei.co/npm/npm-packages-info.png?downloads=true&stars=true',
  license: 'MIT'
}