108 lines
3.1 KiB
JSON
108 lines
3.1 KiB
JSON
{
|
|
"_from": "peek-readable@^4.0.1",
|
|
"_id": "peek-readable@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==",
|
|
"_location": "/peek-readable",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "peek-readable@^4.0.1",
|
|
"name": "peek-readable",
|
|
"escapedName": "peek-readable",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/strtok3"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.1.tgz",
|
|
"_shasum": "9a045f291db254111c3412c1ce4fec27ddd4d202",
|
|
"_spec": "peek-readable@^4.0.1",
|
|
"_where": "C:\\Users\\Maspenguin\\Documents\\Programming\\mas-site\\node_modules\\strtok3",
|
|
"author": {
|
|
"name": "Borewit",
|
|
"url": "https://github.com/Borewit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Borewit/peek-readable/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Read and peek from a readable stream",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.21",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^16.4.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
|
"@typescript-eslint/parser": "^4.28.5",
|
|
"add": "^2.0.6",
|
|
"chai": "^4.3.4",
|
|
"coveralls": "^3.1.1",
|
|
"del-cli": "^4.0.1",
|
|
"eslint": "^7.32.0",
|
|
"mocha": "^9.0.3",
|
|
"nyc": "^15.1.0",
|
|
"remark-cli": "^9.0.0",
|
|
"remark-preset-lint-recommended": "^5.0.0",
|
|
"ts-node": "^10.1.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"lib/**/*.js",
|
|
"lib/**/*.d.ts"
|
|
],
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
},
|
|
"homepage": "https://github.com/Borewit/peek-readable#readme",
|
|
"keywords": [
|
|
"readable",
|
|
"buffer",
|
|
"stream",
|
|
"read"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "peek-readable",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"sourceMap": true,
|
|
"instrument": true,
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
],
|
|
"report-dir": "coverage"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Borewit/peek-readable.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 coverage .nyc_output",
|
|
"compile": "npm run compile-src && yarn run compile-test",
|
|
"compile-src": "tsc -p lib",
|
|
"compile-test": "tsc -p test",
|
|
"eslint": "eslint lib test --ext .ts --ignore-pattern *.d.ts",
|
|
"lint": "npm run lint-md && npm run eslint",
|
|
"lint-md": "remark -u preset-lint-recommended .",
|
|
"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/*.ts",
|
|
"test-coverage": "nyc npm run test"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"version": "4.0.1"
|
|
}
|