vsce-item-property
v1.3.0
Published
Get vsce meta information
Readme
vsce-item-property
Install
npm i vsce-item-propertyUsage
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - 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
