1.3.0 • Published 6 years ago

vsce-item-property v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vsce-item-property

NPM version NPM downloads codecov Build Status

Install

npm i vsce-item-property

Usage

const vsceItemProperty = require('vsce-item-property')

vsceItemProperty('vscodevim.vim')
  .then(res => console.log(res))
  .catch(err => console.log(err))

// => 
{ publisherName: 'vscodevim',
  name: 'Vim',
  lastUpdated: '2018-09-21T07:23:39.407Z',
  releaseDate: '2015-11-29T10:38:55.38Z',
  publishedDate: '2015-11-29T10:38:55.38Z',
  shortDescription: 'Vim emulation for Visual Studio Code',
  version: '0.16.5',
  ratingValue: 4.284768104553223,
  ratingCount: 151,
  downloadCount: 4011981 
}

Related

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

vsce-item-property © sinchang, Released under the MIT License. Authored and maintained by sinchang with help from contributors (list).

sinchang.me · GitHub @sinchang · Twitter @sinchangwen

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago