mam-project-templates
Version:
my personal templating projects
83 lines (82 loc) • 2.33 kB
JSON
{
"_from": "mongodb@^3.0.0-rc0",
"_id": "mongodb@3.0.1",
"_inBundle": false,
"_integrity": "sha1-J47oAGJX7CJ5hZSmJZVGgl1t4bI=",
"_location": "/mongodb",
"_phantomChildren": {
"bson": "1.0.4",
"require_optional": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mongodb@^3.0.0-rc0",
"name": "mongodb",
"escapedName": "mongodb",
"rawSpec": "^3.0.0-rc0",
"saveSpec": null,
"fetchSpec": "^3.0.0-rc0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.0.1.tgz",
"_shasum": "278ee8006257ec22798594a6259546825d6de1b2",
"_spec": "mongodb@^3.0.0-rc0",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"author": {
"name": "Christian Kvalheim"
},
"bugs": {
"url": "https://github.com/mongodb/node-mongodb-native/issues"
},
"bundleDependencies": false,
"dependencies": {
"mongodb-core": "3.0.1"
},
"deprecated": false,
"description": "The official MongoDB driver for Node.js",
"devDependencies": {
"betterbenchmarks": "^0.1.0",
"bluebird": "3.5.0",
"bson": "^1.0.4",
"chai": "^4.1.1",
"co": "4.6.0",
"conventional-changelog-cli": "^1.3.5",
"coveralls": "^2.11.6",
"eslint": "^4.5.0",
"eslint-plugin-prettier": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc": "3.5.4",
"mongodb-extended-json": "^1.10.0",
"mongodb-test-runner": "^1.1.18",
"prettier": "^1.5.3",
"semver": "5.4.1",
"worker-farm": "^1.5.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/mongodb/node-mongodb-native",
"keywords": [
"mongodb",
"driver",
"official"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "mongodb",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
"lint": "eslint lib test",
"test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional"
},
"version": "3.0.1"
}