Initial working version
This commit is contained in:
+128
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"_from": "strtok3@^6.2.4",
|
||||
"_id": "strtok3@6.2.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GO8IcFF9GmFDvqduIspUBwCzCbqzegyVKIsSymcMgiZKeCfrN9SowtUoi8+b59WZMAjIzVZic/Ft97+pynR3Iw==",
|
||||
"_location": "/strtok3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "strtok3@^6.2.4",
|
||||
"name": "strtok3",
|
||||
"escapedName": "strtok3",
|
||||
"rawSpec": "^6.2.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.2.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/file-type",
|
||||
"/music-metadata"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.2.4.tgz",
|
||||
"_shasum": "302aea64c0fa25d12a0385069ba66253fdc38a81",
|
||||
"_spec": "strtok3@^6.2.4",
|
||||
"_where": "C:\\Users\\Maspenguin\\Documents\\Programming\\mas-site\\node_modules\\music-metadata",
|
||||
"author": {
|
||||
"name": "Borewit",
|
||||
"url": "https://github.com/Borewit"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Borewit/strtok3/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@tokenizer/token": "^0.3.0",
|
||||
"peek-readable": "^4.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A promise based streaming tokenizer",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.21",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^16.4.7",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.28.5",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"chai": "^4.3.4",
|
||||
"coveralls": "^3.1.1",
|
||||
"del-cli": "^4.0.1",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"mocha": "^9.0.3",
|
||||
"nyc": "^15.1.0",
|
||||
"remark-cli": "^9.0.0",
|
||||
"remark-preset-lint-recommended": "^5.0.0",
|
||||
"source-map-support": "^0.5.16",
|
||||
"token-types": "^4.1.0",
|
||||
"ts-node": "^10.1.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.3.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.2.4"
|
||||
}
|
||||
Reference in New Issue
Block a user