Added Barcode generation
This commit is contained in:
76
node_modules/path/package.json
generated
vendored
76
node_modules/path/package.json
generated
vendored
@@ -1,52 +1,24 @@
|
||||
{
|
||||
"_from": "path@0.12.7",
|
||||
"_id": "path@0.12.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
|
||||
"_location": "/path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "path@0.12.7",
|
||||
"name": "path",
|
||||
"escapedName": "path",
|
||||
"rawSpec": "0.12.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.12.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
|
||||
"_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
|
||||
"_spec": "path@0.12.7",
|
||||
"_where": "/home/frappe/frappe-bench/apps/label_printing",
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jinder/path/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"process": "^0.11.1",
|
||||
"util": "^0.10.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Node.JS path module",
|
||||
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
||||
"keywords": [
|
||||
"ender",
|
||||
"path"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./path.js",
|
||||
"name": "path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jinder/path.git"
|
||||
},
|
||||
"version": "0.12.7"
|
||||
}
|
||||
{
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"name": "path",
|
||||
"description": "Node.JS path module",
|
||||
"keywords": [
|
||||
"ender",
|
||||
"path"
|
||||
],
|
||||
"license": "MIT",
|
||||
"version": "0.12.7",
|
||||
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jinder/path.git"
|
||||
},
|
||||
"main": "./path.js",
|
||||
"dependencies": {
|
||||
"process": "^0.11.1",
|
||||
"util": "^0.10.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user