You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotels/front/node_modules/js-binary-schema-parser/package.json

63 lines
1.8 KiB

{
"_from": "js-binary-schema-parser@^2.0.2",
"_id": "js-binary-schema-parser@2.0.3",
"_inBundle": false,
"_integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg==",
"_location": "/js-binary-schema-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-binary-schema-parser@^2.0.2",
"name": "js-binary-schema-parser",
"escapedName": "js-binary-schema-parser",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/vue-qr"
],
"_resolved": "https://mirrors.huaweicloud.com/repository/npm/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
"_shasum": "3d7848748e8586e63b34e8911b643f59cfb6396e",
"_spec": "js-binary-schema-parser@^2.0.2",
"_where": "C:\\code\\t\\157\\front\\node_modules\\vue-qr",
"author": {
"name": "Matt Way"
},
"bugs": {
"url": "https://github.com/matt-way/jsBinarySchemaParser/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Parse binary files with a schema into nicely readable objects",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4"
},
"homepage": "https://github.com/matt-way/jsBinarySchemaParser",
"keywords": [
"javascript",
"binary",
"file",
"parser",
"schema"
],
"license": "MIT",
"main": "lib/index.js",
"name": "js-binary-schema-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/matt-way/jsBinarySchemaParser.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"example": "babel-node ./example/index.js",
"example-debug": "babel-node --inspect-brk ./example/index.js"
},
"version": "2.0.3"
}