UNPKG

unist-utils-core

Version:

A collection of commonly used (albeit enhanced) algorithms based on unist and unist-util-xxx

57 lines (56 loc) 1.27 kB
{ "name": "unist-utils-core", "version": "1.1.0", "description": "A collection of commonly used (albeit enhanced) algorithms based on unist and unist-util-xxx", "author": "Frank Stock", "license": "MIT", "keywords": [ "tree", "ast", "node", "visit", "walk", "unist", "unist-util" ], "main": "./lib/index.js", "types": "./lib/index.d.ts", "typings": "./lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "/ReadMe.md", "/License.txt", "/package.json", "/lib" ], "scripts": { "clean": "rimraf ./lib", "fullclean": "npm run clean && rimraf ./package-lock.json && rimraf ./node_modules", "build": "npm run clean && tsc -p tsconfig.json", "test": "ts-node node_modules/tape/bin/tape tst/**/*.ts" }, "repository": { "type": "git", "url": "https://github.com/pcafstockf/unist-utils-core.git" }, "bugs": { "url": "https://github.com/pcafstockf/unist-utils-core/issues" }, "dependencies": { "tslib": "~2.4.1", "unist-util-is": "^4.1.0", "unist-util-select": "^3.0.4" }, "devDependencies": { "@types/tape": "^4.13.4", "@types/unist": "^2.0.6", "rimraf": "^4.1.1", "source-map-support": "^0.5.21", "tape": "^5.6.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2", "typescript": "~4.9.5" } }