line_push/node_modules/strtok3/package.json
2022-07-18 02:50:52 +00:00

133 lines
3.5 KiB
JSON

{
"_args": [
[
"strtok3@6.3.0",
"/home/node/nuxt"
]
],
"_from": "strtok3@6.3.0",
"_id": "strtok3@6.3.0",
"_inBundle": false,
"_integrity": "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==",
"_location": "/strtok3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strtok3@6.3.0",
"name": "strtok3",
"escapedName": "strtok3",
"rawSpec": "6.3.0",
"saveSpec": null,
"fetchSpec": "6.3.0"
},
"_requiredBy": [
"/file-type"
],
"_resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz",
"_spec": "6.3.0",
"_where": "/home/node/nuxt",
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"bugs": {
"url": "https://github.com/Borewit/strtok3/issues"
},
"dependencies": {
"@tokenizer/token": "^0.3.0",
"peek-readable": "^4.1.0"
},
"description": "A promise based streaming tokenizer",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"del-cli": "^4.0.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^40.1.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"remark-cli": "^10.0.1",
"remark-preset-lint-recommended": "^6.1.2",
"source-map-support": "^0.5.21",
"token-types": "^4.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
},
"homepage": "https://github.com/Borewit/strtok3#readme",
"keywords": [
"tokenizer",
"reader",
"token",
"async",
"promise",
"parser",
"decoder",
"binary",
"endian",
"uint",
"stream",
"streaming"
],
"license": "MIT",
"main": "lib/index.js",
"name": "strtok3",
"nyc": {
"check-coverage": false,
"extension": [
".ts"
],
"sourceMap": true,
"instrument": true,
"reporter": [
"lcov",
"text"
],
"report-dir": "coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Borewit/strtok3.git"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map",
"compile": "npm run compile-src && npm run compile-test",
"compile-src": "tsc -p lib",
"compile-test": "tsc -p test",
"eslint": "eslint lib test --ext .ts --ignore-pattern *.d.ts",
"fix": "eslint lib test --ext .ts --ignore-pattern *.d.ts --fix",
"lint": "npm run lint-md && npm run eslint",
"lint-md": "remark -u preset-lint-recommended .",
"send-codacy": "nyc report --reporter=text-lcov | codacy-coverage",
"send-coveralls": "nyc report --reporter=text-lcov | coveralls",
"start": "npm run compile && npm run lint && npm run cover-test",
"test": "mocha --require ts-node/register --require source-map-support/register --full-trace test/test.ts",
"test-coverage": "nyc npm run test"
},
"types": "lib/index.d.ts",
"version": "6.3.0"
}