123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "bson-ext@~0.1",
- "D:\\work\\im\\node_modules\\bson"
- ]
- ],
- "_from": "bson-ext@>=0.1.0 <0.2.0",
- "_id": "bson-ext@0.1.13",
- "_inCache": true,
- "_installable": true,
- "_location": "/bson-ext",
- "_npmUser": {
- "email": "christkv@gmail.com",
- "name": "christkv"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "bson-ext",
- "raw": "bson-ext@~0.1",
- "rawSpec": "~0.1",
- "scope": null,
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/bson"
- ],
- "_resolved": "https://registry.npmjs.org/bson-ext/-/bson-ext-0.1.13.tgz",
- "_shasum": "4a48d3091a21e7d5b4e59bbbb54b91279677f8b3",
- "_shrinkwrap": null,
- "_spec": "bson-ext@~0.1",
- "_where": "D:\\work\\im\\node_modules\\bson",
- "author": {
- "email": "christkv@gmail.com",
- "name": "Christian Amor Kvalheim"
- },
- "binary": {
- "bucket": "mongodb-dx-public",
- "host": "https://bin.mongodb.org",
- "module_name": "bson",
- "module_path": "build/Release",
- "remote_path": "/js/bson-ext/v{version}"
- },
- "bugs": {
- "url": "https://github.com/christkv/bson-ext/issues"
- },
- "contributors": [],
- "dependencies": {
- "bindings": "^1.2.1",
- "nan": "~2.0.9"
- },
- "description": "The C++ bson parser for the node.js mongodb driver.",
- "devDependencies": {
- "nodeunit": "~0.9.0"
- },
- "directories": {
- "lib": "./lib/bson"
- },
- "dist": {
- "shasum": "4a48d3091a21e7d5b4e59bbbb54b91279677f8b3",
- "tarball": "https://registry.npmjs.org/bson-ext/-/bson-ext-0.1.13.tgz"
- },
- "engines": {
- "node": ">=0.8.19"
- },
- "gitHead": "02dd76884e6c7c963c8c23c8979948f6ce7974f3",
- "homepage": "https://github.com/christkv/bson-ext",
- "keywords": [
- "mongodb",
- "bson",
- "parser"
- ],
- "licenses": [
- {
- "type": "Apache License, Version 2.0",
- "url": "http://www.apache.org/licenses/LICENSE-2.0"
- }
- ],
- "main": "./index",
- "maintainers": [
- {
- "email": "christkv@gmail.com",
- "name": "christkv"
- }
- ],
- "name": "bson-ext",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/christkv/bson-ext.git"
- },
- "scripts": {
- "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
- "test": "nodeunit ./test/node"
- },
- "version": "0.1.13"
- }
|