{
  "_from": "bibtex-parse",
  "_id": "bibtex-parse@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Ej1vvnhfEfegd2WAeQ1dWJ/NkS3Cb84zRPeMMCFDcOSvAJFAmhm/sAr2oLpK/KQITlnHk0g6+zBokGvLe9+NaQ==",
  "_location": "/bibtex-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "bibtex-parse",
    "name": "bibtex-parse",
    "escapedName": "bibtex-parse",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bibtex-parse/-/bibtex-parse-2.1.0.tgz",
  "_shasum": "576d2c61a95b1612928d5e52c7dee64df13618e0",
  "_spec": "bibtex-parse",
  "_where": "C:\\xampp\\htdocs\\Projects\\bibtext-JSON",
  "author": {
    "name": "FlamingTempura"
  },
  "bugs": {
    "url": "https://github.com/FlamingTempura/bibtex-parse/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "bibtex parser for javascript",
  "devDependencies": {
    "rollup": "^2.0.2",
    "rollup-plugin-pegjs": "^2.1.3",
    "tap": "^14.10.6"
  },
  "homepage": "https://github.com/FlamingTempura/bibtex-parse",
  "license": "MIT",
  "main": "bibtex-parse.js",
  "name": "bibtex-parse",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlamingTempura/bibtex-parse.git"
  },
  "scripts": {
    "build": "rollup -c",
    "cover": "rollup -c && tap -j6 --cov --coverage-report=lcov test",
    "test": "rollup -c && tap test"
  },
  "version": "2.1.0"
}
