Skip to content

Commit 0083f01

Browse files
authored
add npm packages tidyverse-errors, mapped-string, annotated-json, json-validator (#735)
* make 0.1.2 a public version at @quarto/tidyverse-errors * make 0.1.2 a public version at @quarto/mapped-string * make 0.1.2 a public version at @quarto/annotated-json * make 0.1.3 a public version at @quarto/json-validator * add basic tests to tidyverse-errors and mapped-string * fix bug with join() and replace() in mapped-string
1 parent 61b7dad commit 0083f01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+9524
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "@quarto/annotated-json",
3+
"version": "0.1.2",
4+
"description": "A data structure for storing and manipulation a JSON object together with source locations of its constituent parts.",
5+
"author": {
6+
"name": "Posit PBC"
7+
},
8+
"publishConfig": {
9+
"access": "public",
10+
"registry": "https://registry.npmjs.org/"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/quarto-dev/quarto.git"
15+
},
16+
"license": "MIT",
17+
"main": "./src/index.ts",
18+
"types": "./src/index.ts",
19+
"dependencies": {
20+
"@quarto/mapped-string": "^0.1.2",
21+
"@quarto/tidyverse-errors": "^0.1.2",
22+
"tsconfig": "*",
23+
"typescript": "^5.4.2"
24+
},
25+
"devDependencies": { }
26+
}

0 commit comments

Comments
 (0)