summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/bson/package.json
blob: 85c381393caec0af4e3eaac48d41dcea4afb83a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "name": "bson",
  "description": "A bson parser for node.js and the browser",
  "keywords": [
    "mongodb",
    "bson",
    "parser"
  ],
  "files": [
    "lib",
    "browser_build",
    "alternate_parsers",
    "bower.json",
    "tools",
    "deserializer_bak.js"
  ],
  "version": "0.5.7",
  "author": {
    "name": "Christian Amor Kvalheim",
    "email": "christkv@gmail.com"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mongodb/js-bson.git"
  },
  "bugs": {
    "url": "https://github.com/mongodb/js-bson/issues"
  },
  "devDependencies": {
    "benchmark": "1.0.0",
    "colors": "1.1.0",
    "gleak": "0.2.3",
    "nodeunit": "0.9.0"
  },
  "config": {
    "native": false
  },
  "main": "./lib/bson/index",
  "directories": {
    "lib": "./lib/bson"
  },
  "engines": {
    "node": ">=0.6.19"
  },
  "scripts": {
    "test": "nodeunit ./test/node"
  },
  "browser": "lib/bson/bson.js",
  "license": "Apache-2.0",
  "gitHead": "c3bc67c4e89e795beca2d6d309e7a840b740574d",
  "homepage": "https://github.com/mongodb/js-bson#readme",
  "_id": "bson@0.5.7",
  "_shasum": "0d11fe0936c1fee029e11f7063f5d0ab2422ea3e",
  "_from": "bson@>=0.5.4 <0.6.0",
  "_npmVersion": "3.10.8",
  "_nodeVersion": "6.9.1",
  "_npmUser": {
    "name": "christkv",
    "email": "christkv@gmail.com"
  },
  "dist": {
    "shasum": "0d11fe0936c1fee029e11f7063f5d0ab2422ea3e",
    "tarball": "https://registry.npmjs.org/bson/-/bson-0.5.7.tgz"
  },
  "maintainers": [
    {
      "name": "octave",
      "email": "chinsay@gmail.com"
    },
    {
      "name": "christkv",
      "email": "christkv@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/bson-0.5.7.tgz_1479477418380_0.5046395626850426"
  },
  "_resolved": "https://registry.npmjs.org/bson/-/bson-0.5.7.tgz"
}