Skip to content

Commit

Permalink
Added files
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 4, 2025
1 parent 16b6493 commit 16c9616
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
package-lock.json
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.*
test*
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "fast-xml-xpath",
"version": "0.0.0",
"description": "coming soon",
"keywords": [
],
"main": "fast-xml-xpath.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jazz-soft (https://jazz-soft.net/)",
"type": "commonjs",
"dependencies": {
"fast-xml-parser": "^4.5.1",
"xx-path": "^0.0.0"
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-soft/fast-xml-xpath.git"
},
"homepage": "https://github.com/jazz-soft/fast-xml-xpath#readme",
"bugs": "https://github.com/jazz-soft/fast-xml-xpath/issues",
"license": "MIT"
}

0 comments on commit 16c9616

Please sign in to comment.