89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"cbor-body-parser@1.0.3",
|
|
"C:\\Users\\anelissen.DOMAINE\\Development\\tools\\node\\cbor"
|
|
]
|
|
],
|
|
"_from": "cbor-body-parser@1.0.3",
|
|
"_id": "cbor-body-parser@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RXXRzQ7hckzLg3cCtdbCzxFRNfK8RoHTf7yO/uTEE44tF8DAeBQnSYkjXWNFFXL9byRfjg4XqCaZitcVAcEruA==",
|
|
"_location": "/cbor-body-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cbor-body-parser@1.0.3",
|
|
"name": "cbor-body-parser",
|
|
"escapedName": "cbor-body-parser",
|
|
"rawSpec": "1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cbor-body-parser/-/cbor-body-parser-1.0.3.tgz",
|
|
"_spec": "1.0.3",
|
|
"_where": "C:\\Users\\anelissen.DOMAINE\\Development\\tools\\node\\cbor",
|
|
"author": {
|
|
"name": "Sven Eliasson",
|
|
"email": "Sven.Eliasson@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/comino/cbor-body-parser/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sven Eliasson",
|
|
"email": "sven.eliasson@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cbor": "^5.1.0"
|
|
},
|
|
"description": "A simple cbor body parser for express",
|
|
"devDependencies": {
|
|
"eslint": "7.11.0",
|
|
"eslint-config-standard": "14.1.1",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-markdown": "1.0.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"express": "^4.17.1",
|
|
"istanbul": "0.4.5",
|
|
"methods": "1.1.2",
|
|
"mocha": "8.1.3",
|
|
"safe-buffer": "5.2.1",
|
|
"should": "^13.2.3",
|
|
"supertest": "5.0.0",
|
|
"underscore": "^1.11.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"homepage": "https://github.com/comino/cbor-body-parser#readme",
|
|
"keywords": [
|
|
"body-parser",
|
|
"express",
|
|
"cbor"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cbor-body-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/comino/cbor-body-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --check-leaks --bail test"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|