剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 16:07:49 +08:00
parent 933ddab8f3
commit b1d8dec263
299 changed files with 38798 additions and 0 deletions

33
node_modules/string-split-by/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "string-split-by",
"version": "1.0.0",
"description": "Split string by any separator excluding brackets, quotes and escaped characters",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/string-split-by.git"
},
"keywords": [
"split-string",
"string-split",
"split-stirng-words",
"space",
"string",
"split"
],
"author": "Dmitry Yv <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/string-split-by/issues"
},
"homepage": "https://github.com/dy/string-split-by#readme",
"dependencies": {
"parenthesis": "^3.1.5"
},
"devDependencies": {
"tape": "^4.9.0"
}
}