123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- "bson@~0.3",
- "D:\\work\\im\\node_modules\\mongoose"
- ]
- ],
- "_from": "bson@>=0.3.0 <0.4.0",
- "_id": "bson@0.3.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/bson",
- "_nodeVersion": "0.12.2",
- "_npmUser": {
- "email": "christkv@gmail.com",
- "name": "christkv"
- },
- "_npmVersion": "2.7.4",
- "_phantomChildren": {},
- "_requested": {
- "name": "bson",
- "raw": "bson@~0.3",
- "rawSpec": "~0.3",
- "scope": null,
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/bson/-/bson-0.3.2.tgz",
- "_shasum": "56753c5e8d86d0f45744b93a9693e4f60a8bbd6c",
- "_shrinkwrap": null,
- "_spec": "bson@~0.3",
- "_where": "D:\\work\\im\\node_modules\\mongoose",
- "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": {
- "bson-ext": "~0.1"
- },
- "description": "A bson parser for node.js and the browser",
- "devDependencies": {
- "gleak": "0.2.3",
- "nodeunit": "0.9.0",
- "one": "2.X.X"
- },
- "directories": {
- "lib": "./lib/bson"
- },
- "dist": {
- "shasum": "56753c5e8d86d0f45744b93a9693e4f60a8bbd6c",
- "tarball": "https://registry.npmjs.org/bson/-/bson-0.3.2.tgz"
- },
- "engines": {
- "node": ">=0.6.19"
- },
- "gitHead": "42c18a3cb68ed5188f4e9653d04e341b06d31d6c",
- "homepage": "https://github.com/mongodb/js-bson",
- "keywords": [
- "mongodb",
- "bson",
- "parser"
- ],
- "licenses": [
- {
- "type": "Apache License, Version 2.0",
- "url": "http://www.apache.org/licenses/LICENSE-2.0"
- }
- ],
- "main": "./lib/bson/index",
- "maintainers": [
- {
- "email": "chinsay@gmail.com",
- "name": "octave"
- },
- {
- "email": "christkv@gmail.com",
- "name": "christkv"
- }
- ],
- "name": "bson",
- "optionalDependencies": {
- "bson-ext": "~0.1"
- },
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/mongodb/js-bson.git"
- },
- "scripts": {
- "test": "nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node"
- },
- "version": "0.3.2"
- }
|