{ "_args": [ [ "token-types@4.2.1", "/root/spacedeck-open" ] ], "_from": "token-types@4.2.1", "_id": "token-types@4.2.1", "_inBundle": false, "_integrity": "sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==", "_location": "/token-types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "token-types@4.2.1", "name": "token-types", "escapedName": "token-types", "rawSpec": "4.2.1", "saveSpec": null, "fetchSpec": "4.2.1" }, "_requiredBy": [ "/file-type" ], "_resolved": "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz", "_spec": "4.2.1", "_where": "/root/spacedeck-open", "author": { "name": "Borewit", "url": "https://github.com/Borewit" }, "bugs": { "url": "https://github.com/Borewit/token-types/issues" }, "dependencies": { "@tokenizer/token": "^0.3.0", "ieee754": "^1.2.1" }, "description": "Common token types for decoding and encoding numeric and string values", "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.0", "@types/node": "^18.6.3", "chai": "^4.3.6", "coveralls": "^3.1.1", "del-cli": "^5.0.0", "mocha": "^9.2.2", "nyc": "^15.1.0", "remark-cli": "^11.0.0", "remark-preset-lint-recommended": "^6.1.2", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "tslint": "^6.1.3", "typescript": "^4.7.4" }, "engines": { "node": ">=10" }, "files": [ "lib/index.js", "lib/index.d.ts" ], "funding": { "type": "github", "url": "https://github.com/sponsors/Borewit" }, "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", "lint": "npm run lint-ts && npm run lint-md", "lint-md": "remark -u preset-lint-recommended .", "lint-ts": "tslint lib/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" }, "types": "lib/index.d.ts", "version": "4.2.1" }