mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
97
node_modules/bson/package.json
generated
vendored
Normal file
97
node_modules/bson/package.json
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bson@~0.4.20",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongodb-core"
|
||||
]
|
||||
],
|
||||
"_from": "bson@>=0.4.20 <0.5.0",
|
||||
"_id": "bson@0.4.20",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/bson",
|
||||
"_nodeVersion": "4.2.2",
|
||||
"_npmUser": {
|
||||
"email": "christkv@gmail.com",
|
||||
"name": "christkv"
|
||||
},
|
||||
"_npmVersion": "2.14.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "bson",
|
||||
"raw": "bson@~0.4.20",
|
||||
"rawSpec": "~0.4.20",
|
||||
"scope": null,
|
||||
"spec": ">=0.4.20 <0.5.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongodb-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bson/-/bson-0.4.20.tgz",
|
||||
"_shasum": "39b7fa42ef49378f71f40cbc165e46b41c2ff79e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "bson@~0.4.20",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongodb-core",
|
||||
"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": {},
|
||||
"description": "A bson parser for node.js and the browser",
|
||||
"devDependencies": {
|
||||
"benchmark": "1.0.0",
|
||||
"colors": "1.1.0",
|
||||
"gleak": "0.2.3",
|
||||
"nodeunit": "0.9.0",
|
||||
"one": "2.X.X"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib/bson"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "39b7fa42ef49378f71f40cbc165e46b41c2ff79e",
|
||||
"tarball": "http://registry.npmjs.org/bson/-/bson-0.4.20.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6.19"
|
||||
},
|
||||
"gitHead": "7a57dc553c82ff1754d04e85fbbbc45b1dbc24fe",
|
||||
"homepage": "https://github.com/mongodb/js-bson",
|
||||
"keywords": [
|
||||
"bson",
|
||||
"mongodb",
|
||||
"parser"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/bson/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "octave",
|
||||
"email": "chinsay@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "christkv",
|
||||
"email": "christkv@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "bson",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mongodb/js-bson.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit ./test/node"
|
||||
},
|
||||
"version": "0.4.20"
|
||||
}
|
||||
Reference in New Issue
Block a user