orgast-util-to-string
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "orgast-util-to-string", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -14,3 +14,3 @@ "description": "uniorg (orgast) utility to get the plain text content of a node", | ||
], | ||
"author": "Alexey Shmalko <rasen.dubi@gmail.com>", | ||
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>", | ||
"homepage": "https://github.com/rasendubi/uniorg", | ||
@@ -31,2 +31,13 @@ "license": "GPL-3.0-or-later", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rasendubi/uniorg/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.5.8", | ||
"@types/unist": "3.0.2", | ||
"jest": "29.7.0", | ||
"typescript": "5.2.2", | ||
"uniorg": "^1.1.1", | ||
"uniorg-parse": "^2.1.1" | ||
}, | ||
"scripts": { | ||
@@ -36,17 +47,4 @@ "build": "rm -rf ./lib && tsc -p tsconfig.build.json", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rasendubi/uniorg/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "27.4.1", | ||
"@types/unist": "2.0.6", | ||
"jest": "27.5.1", | ||
"typescript": "4.6.3", | ||
"uniorg": "^1.0.0", | ||
"uniorg-parse": "^1.0.0" | ||
}, | ||
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38809