102 lines
2.3 KiB
JSON
102 lines
2.3 KiB
JSON
{
|
|
"name": "@cspell/cspell-pipe",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "5.21.2",
|
|
"description": "Library to make working with Iterators/AsyncIterators easier.",
|
|
"keywords": [
|
|
"cspell",
|
|
"pipe",
|
|
"Iterator",
|
|
"Iterable",
|
|
"AsyncIterator",
|
|
"AsyncIterable"
|
|
],
|
|
"author": "Jason Dent <jason@streetsidesoftware.nl>",
|
|
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-pipe#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"dist": "dist"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./*": {
|
|
"require": "./dist/*.js"
|
|
},
|
|
"./index": "./dist/index.js",
|
|
"./index.js": "./dist/index.js",
|
|
"./index.d.ts": "./dist/index.d.ts",
|
|
"./operators": {
|
|
"require": "./dist/operators/index.js"
|
|
},
|
|
"./operators/index.js": {
|
|
"require": "./dist/operators/index.js"
|
|
},
|
|
"./operators/index.d.ts": {
|
|
"require": "./dist/operators/index.js"
|
|
}
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"index.d.ts": [
|
|
"dist/index.d.ts"
|
|
],
|
|
"dist/index.d.ts": [
|
|
"dist/index.d.ts"
|
|
],
|
|
"operators": [
|
|
"dist/operators/index.d.ts"
|
|
],
|
|
"operators/*.js": [
|
|
"dist/operators/*.d.ts"
|
|
],
|
|
"operators/index.d.ts": [
|
|
"dist/operators/index.d.ts"
|
|
],
|
|
"*": [
|
|
"dist/*",
|
|
"dist/*/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!**/__mocks__",
|
|
"!**/*.spec.*",
|
|
"!**/*.test.*",
|
|
"!**/test/**",
|
|
"!**/*.map"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"build-dev": "tsc -p tsconfig.dev.json",
|
|
"watch": "tsc -p . -w",
|
|
"clean": "rimraf dist coverage .tsbuildinfo",
|
|
"clean-build": "npm run clean && npm run build",
|
|
"coverage": "jest --coverage",
|
|
"test-watch": "jest --watch",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/streetsidesoftware/cspell.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-gitignore"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.35",
|
|
"jest": "^28.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677"
|
|
}
|