Barcode Generation

This commit is contained in:
CAnetzberger
2022-02-21 15:01:43 +01:00
parent aa6c93f3f6
commit 79ec11e25c
224 changed files with 22474 additions and 95 deletions

64
node_modules/process/package.json generated vendored
View File

@@ -1,27 +1,59 @@
{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "process",
"_from": "process@0.11.10",
"_id": "process@0.11.10",
"_inBundle": false,
"_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
"_location": "/process",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "process@0.11.10",
"name": "process",
"escapedName": "process",
"rawSpec": "0.11.10",
"saveSpec": null,
"fetchSpec": "0.11.10"
},
"_requiredBy": [
"/path"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
"_spec": "process@0.11.10",
"_where": "/home/frappe/frappe-bench/apps/label_printing/node_modules/path",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/shtylman/node-process/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "process information for node.js and browsers",
"devDependencies": {
"mocha": "2.2.1",
"zuul": "^3.10.3"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/shtylman/node-process#readme",
"keywords": [
"process"
],
"scripts": {
"test": "mocha test.js",
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js"
},
"version": "0.11.10",
"license": "MIT",
"main": "./index.js",
"name": "process",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"license": "MIT",
"browser": "./browser.js",
"main": "./index.js",
"engines": {
"node": ">= 0.6.0"
"scripts": {
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js",
"test": "mocha test.js"
},
"devDependencies": {
"mocha": "2.2.1",
"zuul": "^3.10.3"
}
"version": "0.11.10"
}