Package Exports
- identifiers-bibcode
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (identifiers-bibcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Identifiers - Bibcode 
Extract, validate and normalize ADS Bibcodes.
Current version: 0.1.1
Supported Node.js versions: 4, 5, 6, 7
Installation
Add the following to your package.json via yarn add identifiers-bibcode or npm install --save identifiers-bibcode:
"identifiers-bibcode": "^0.1.0"Usage
const bibcode = require("identifiers-bibcode");
bibcode.extract("This is a Bibcode: 1974AJ.....79..819H");
//=> ["1974AJ.....79..819H"]Other versions
We also maintain versions of this library for Ruby and PHP.
License
Copyright © 2017 Altmetric LLP
Distributed under the MIT License.