Skip to main content
Module

x/context_finder/package.json

Search a given file for specific sections/context data, collect this and write to a new file. For Node and Deno.
Latest
File
{ "name": "context-finder", "version": "1.1.1", "description": "Read a file containing a list of context blocks and extract the contexts you want with a simple line", "main": "dist/index.js", "scripts": { "test": "node_modules/.bin/mocha tests/node/**/*.spec.js", "build": "npm i && node_modules/.bin/tsc" }, "repository": { "type": "git", "url": "https://github.com/ebebbington/context-finder.git" }, "keywords": [ "nodejs", "config", "context" ], "author": "Edward Bebbington", "license": "ISC", "bugs": { "url": "https://github.com/ebebbington/context-finder/issues" }, "homepage": "https://github.com/ebebbington/context-finder#readme", "dependencies": { "line-reader": "^0.4.0" }, "devDependencies": { "@types/mocha": "^7.0.2", "@types/node": "^13.13.1", "mocha": "^7.1.1", "typescript": "^3.8.3" }, "files": [ "dist", "README.md", "LICENSE.txt", "package.json", "dcf-logo.png" ]}