12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "mongodb-core@1.2.0",
- "D:\\work\\im\\node_modules\\mongodb"
- ]
- ],
- "_from": "mongodb-core@1.2.0",
- "_id": "mongodb-core@1.2.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/mongodb-core",
- "_nodeVersion": "0.12.2",
- "_npmUser": {
- "email": "christkv@gmail.com",
- "name": "christkv"
- },
- "_npmVersion": "2.7.4",
- "_phantomChildren": {},
- "_requested": {
- "name": "mongodb-core",
- "raw": "mongodb-core@1.2.0",
- "rawSpec": "1.2.0",
- "scope": null,
- "spec": "1.2.0",
- "type": "version"
- },
- "_requiredBy": [
- "/mongodb"
- ],
- "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.0.tgz",
- "_shasum": "48408d2a346110b28184b107717322a3622dc4ae",
- "_shrinkwrap": null,
- "_spec": "mongodb-core@1.2.0",
- "_where": "D:\\work\\im\\node_modules\\mongodb",
- "author": {
- "name": "Christian Kvalheim"
- },
- "bugs": {
- "url": "https://github.com/christkv/mongodb-core/issues"
- },
- "dependencies": {
- "bson": "~0.4",
- "kerberos": "~0.0"
- },
- "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
- "devDependencies": {
- "gleak": "0.5.0",
- "integra": "0.1.8",
- "jsdoc": "3.3.0-alpha8",
- "mkdirp": "0.5.0",
- "mongodb-tools": "~1.0",
- "mongodb-version-manager": "^0.5.0",
- "optimist": "latest",
- "rimraf": "2.2.6",
- "semver": "4.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "48408d2a346110b28184b107717322a3622dc4ae",
- "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-1.2.0.tgz"
- },
- "gitHead": "81e314b626301976ed8baa202b10dd089b94b5e9",
- "homepage": "https://github.com/christkv/mongodb-core",
- "keywords": [
- "mongodb",
- "core"
- ],
- "license": "Apache 2.0",
- "main": "index.js",
- "maintainers": [
- {
- "email": "christkv@gmail.com",
- "name": "christkv"
- }
- ],
- "name": "mongodb-core",
- "optionalDependencies": {
- "kerberos": "~0.0"
- },
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/christkv/mongodb-core.git"
- },
- "scripts": {
- "test": "node test/runner.js -t functional"
- },
- "version": "1.2.0"
- }
|