{
  "_args": [
    [
      "token-types@2.0.0",
      "/opt/data/websites/csp-api-new"
    ]
  ],
  "_from": "token-types@2.0.0",
  "_id": "token-types@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-WWvu8sGK8/ZmGusekZJJ5NM6rRVTTDO7/bahz4NGiSDb/XsmdYBn6a1N/bymUHuWYTWeuLUg98wUzvE4jPdCZw==",
  "_location": "/token-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "token-types@2.0.0",
    "name": "token-types",
    "escapedName": "token-types",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/token-types/-/token-types-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/opt/data/websites/csp-api-new",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "bugs": {
    "url": "https://github.com/Borewit/token-types/issues"
  },
  "dependencies": {
    "@tokenizer/token": "^0.1.0",
    "ieee754": "^1.1.13"
  },
  "description": "Common token types for decoding and encoding numeric and string values",
  "devDependencies": {
    "@types/chai": "^4.2.5",
    "@types/mocha": "^5.2.5",
    "@types/node": "^13.1.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.7",
    "del-cli": "^3.0.0",
    "mocha": "^6.2.2",
    "nyc": "^15.0.0",
    "remark-cli": "^7.0.1",
    "remark-preset-lint-recommended": "^3.0.3",
    "source-map-support": "^0.5.16",
    "ts-node": "^8.5.2",
    "tslint": "^5.20.1",
    "typescript": "^3.7.4"
  },
  "engines": {
    "node": ">=0.1.98"
  },
  "files": [
    "lib/index.js",
    "lib/index.d.ts"
  ],
  "homepage": "https://github.com/Borewit/token-types#readme",
  "keywords": [
    "token",
    "integer",
    "unsigned",
    "numeric",
    "float",
    "IEEE",
    "754",
    "strtok3"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "token-types",
  "nyc": {
    "exclude": [
      "test/**/*.ts",
      "lib/**/*.*.js"
    ],
    "extension": [
      ".ts"
    ],
    "sourceMap": true,
    "instrument": true,
    "reporter": [
      "lcov",
      "text"
    ],
    "report-dir": "coverage"
  },
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/token-types.git"
  },
  "scripts": {
    "build": "npm run compile",
    "clean": "del-cli lib/**/*.js lib/***.js.map *.d.ts test/**/*.d.ts test/**/*.js test/**/*.js.map .nyc_output",
    "compile": "npm run compile-src && npm run compile-test",
    "compile-src": "tsc --p lib",
    "compile-test": "tsc --p test",
    "coveralls": "npm run test-coverage && nyc report --reporter=text-lcov | coveralls",
    "lint": "npm run lint-ts && npm run lint-md",
    "lint-md": "remark -u preset-lint-recommended .",
    "lint-ts": "tslint index.ts --exclude '*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
    "test": "mocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.ts",
    "test-coverage": "nyc npm run test"
  },
  "typings": "lib/index.d.ts",
  "version": "2.0.0"
}
