aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bson/package.json
diff options
context:
space:
mode:
authorWaref Haque <warefhaque@Warefs-MacBook-Pro.local>2016-07-17 20:24:49 +0000
committerWaref Haque <warefhaque@Warefs-MacBook-Pro.local>2016-07-17 20:24:49 +0000
commite58943c3e620f05937656fdde032254ae3373f36 (patch)
tree77072aa55efa1753c8c8ae584669cf3589551268 /node_modules/bson/package.json
parent55098c767afb0b119aaeda330eaedba5c1a87dc3 (diff)
redirect commit
Diffstat (limited to 'node_modules/bson/package.json')
-rw-r--r--node_modules/bson/package.json115
1 files changed, 115 insertions, 0 deletions
diff --git a/node_modules/bson/package.json b/node_modules/bson/package.json
new file mode 100644
index 0000000..3e0660f
--- /dev/null
+++ b/node_modules/bson/package.json
@@ -0,0 +1,115 @@
+{
+ "_args": [
+ [
+ {
+ "name": "bson",
+ "raw": "bson@~0.5.1",
+ "rawSpec": "~0.5.1",
+ "scope": null,
+ "spec": ">=0.5.1 <0.6.0",
+ "type": "range"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core"
+ ]
+ ],
+ "_from": "bson@>=0.5.1 <0.6.0",
+ "_id": "bson@0.5.2",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/bson",
+ "_nodeVersion": "4.4.4",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/bson-0.5.2.tgz_1468236520063_0.9097728193737566"
+ },
+ "_npmUser": {
+ "email": "christkv@gmail.com",
+ "name": "christkv"
+ },
+ "_npmVersion": "2.15.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "bson",
+ "raw": "bson@~0.5.1",
+ "rawSpec": "~0.5.1",
+ "scope": null,
+ "spec": ">=0.5.1 <0.6.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/mongodb-core"
+ ],
+ "_resolved": "https://registry.npmjs.org/bson/-/bson-0.5.2.tgz",
+ "_shasum": "ff0fbbf90a99eee06bf33c42edf73e51690fbebd",
+ "_shrinkwrap": null,
+ "_spec": "bson@~0.5.1",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core",
+ "author": {
+ "email": "christkv@gmail.com",
+ "name": "Christian Amor Kvalheim"
+ },
+ "browser": "lib/bson/bson.js",
+ "bugs": {
+ "url": "https://github.com/mongodb/js-bson/issues"
+ },
+ "config": {
+ "native": false
+ },
+ "contributors": [],
+ "dependencies": {},
+ "description": "A bson parser for node.js and the browser",
+ "devDependencies": {
+ "benchmark": "1.0.0",
+ "colors": "1.1.0",
+ "gleak": "0.2.3",
+ "nodeunit": "0.9.0"
+ },
+ "directories": {
+ "lib": "./lib/bson"
+ },
+ "dist": {
+ "shasum": "ff0fbbf90a99eee06bf33c42edf73e51690fbebd",
+ "tarball": "https://registry.npmjs.org/bson/-/bson-0.5.2.tgz"
+ },
+ "engines": {
+ "node": ">=0.6.19"
+ },
+ "files": [
+ "lib",
+ "browser_build",
+ "alternate_parsers",
+ "bower.json",
+ "tools",
+ "deserializer_bak.js"
+ ],
+ "gitHead": "afc468f7119c8dcea19e82984ace3eaa9214134f",
+ "homepage": "https://github.com/mongodb/js-bson",
+ "keywords": [
+ "mongodb",
+ "bson",
+ "parser"
+ ],
+ "license": "Apache-2.0",
+ "main": "./lib/bson/index",
+ "maintainers": [
+ {
+ "email": "chinsay@gmail.com",
+ "name": "octave"
+ },
+ {
+ "email": "christkv@gmail.com",
+ "name": "christkv"
+ }
+ ],
+ "name": "bson",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/mongodb/js-bson.git"
+ },
+ "scripts": {
+ "test": "nodeunit ./test/node"
+ },
+ "version": "0.5.2"
+}