mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-31 04:52:56 +00:00
Initial Commit
This commit is contained in:
87
ProjectNow/NodeServer/node_modules/bson/package.json
generated
vendored
Normal file
87
ProjectNow/NodeServer/node_modules/bson/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "bson@~1.0.4",
|
||||
"_id": "bson@1.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-D8zmlb46xfuK2gGvKmUjIklQEouN2nQ0LEHHeZ/NoHM2LDiMk2EYzZ5Ntw/Urk+bgMDosOZxaRzXxvhI5TcAVQ==",
|
||||
"_location": "/bson",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "bson@~1.0.4",
|
||||
"name": "bson",
|
||||
"escapedName": "bson",
|
||||
"rawSpec": "~1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongodb-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bson/-/bson-1.0.6.tgz",
|
||||
"_shasum": "444db59ddd4c24f0cb063aabdc5c8c7b0ceca912",
|
||||
"_spec": "bson@~1.0.4",
|
||||
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer/node_modules/mongodb-core",
|
||||
"author": {
|
||||
"name": "Christian Amor Kvalheim",
|
||||
"email": "christkv@gmail.com"
|
||||
},
|
||||
"browser": "lib/bson/bson.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mongodb/js-bson/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"config": {
|
||||
"native": false
|
||||
},
|
||||
"contributors": [],
|
||||
"deprecated": false,
|
||||
"description": "A bson parser for node.js and the browser",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-polyfill": "^6.13.0",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"babel-register": "^6.14.0",
|
||||
"benchmark": "1.0.0",
|
||||
"colors": "1.1.0",
|
||||
"conventional-changelog-cli": "^1.3.5",
|
||||
"nodeunit": "0.9.0",
|
||||
"webpack": "^1.13.2",
|
||||
"webpack-polyfills-plugin": "0.0.9"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib/bson"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6.19"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"index.js",
|
||||
"browser_build",
|
||||
"bower.json"
|
||||
],
|
||||
"homepage": "https://github.com/mongodb/js-bson#readme",
|
||||
"keywords": [
|
||||
"mongodb",
|
||||
"bson",
|
||||
"parser"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./index",
|
||||
"name": "bson",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mongodb/js-bson.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config ./webpack.dist.config.js",
|
||||
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
|
||||
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
|
||||
"lint": "eslint lib test",
|
||||
"test": "nodeunit ./test/node"
|
||||
},
|
||||
"version": "1.0.6"
|
||||
}
|
Reference in New Issue
Block a user