mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
87
node_modules/mpromise/package.json
generated
vendored
Normal file
87
node_modules/mpromise/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mpromise@0.5.4",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose"
|
||||
]
|
||||
],
|
||||
"_from": "mpromise@0.5.4",
|
||||
"_id": "mpromise@0.5.4",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/mpromise",
|
||||
"_npmUser": {
|
||||
"email": "refael@empeeric.com",
|
||||
"name": "refack"
|
||||
},
|
||||
"_npmVersion": "1.3.26",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "mpromise",
|
||||
"raw": "mpromise@0.5.4",
|
||||
"rawSpec": "0.5.4",
|
||||
"scope": null,
|
||||
"spec": "0.5.4",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongoose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz",
|
||||
"_shasum": "b610613ec6de37419f944b35f0783b4de9f5dc75",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "mpromise@0.5.4",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose",
|
||||
"author": {
|
||||
"email": "aaron.heckmann+github@gmail.com",
|
||||
"name": "Aaron Heckmann"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aheckmann/mpromise/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Promises A+ conformant implementation",
|
||||
"devDependencies": {
|
||||
"mocha": "1.17.1",
|
||||
"promises-aplus-tests": "2.0.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "b610613ec6de37419f944b35f0783b4de9f5dc75",
|
||||
"tarball": "http://registry.npmjs.org/mpromise/-/mpromise-0.5.4.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/aheckmann/mpromise",
|
||||
"keywords": [
|
||||
"a+",
|
||||
"aplus",
|
||||
"mongoose",
|
||||
"plus",
|
||||
"promise"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/promise.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "aaron",
|
||||
"email": "aaron.heckmann+github@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "refack",
|
||||
"email": "refael@empeeric.com"
|
||||
}
|
||||
],
|
||||
"name": "mpromise",
|
||||
"optionalDependencies": {},
|
||||
"publishConfig": {
|
||||
"tag": "beta"
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aheckmann/mpromise.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.5.4"
|
||||
}
|
||||
Reference in New Issue
Block a user