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:
123
node_modules/bluebird/package.json
generated
vendored
Normal file
123
node_modules/bluebird/package.json
generated
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bluebird@2.9.26",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mquery"
|
||||
]
|
||||
],
|
||||
"_from": "bluebird@2.9.26",
|
||||
"_id": "bluebird@2.9.26",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/bluebird",
|
||||
"_nodeVersion": "1.6.2",
|
||||
"_npmUser": {
|
||||
"email": "petka_antonov@hotmail.com",
|
||||
"name": "esailija"
|
||||
},
|
||||
"_npmVersion": "2.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "bluebird",
|
||||
"raw": "bluebird@2.9.26",
|
||||
"rawSpec": "2.9.26",
|
||||
"scope": null,
|
||||
"spec": "2.9.26",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mquery"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz",
|
||||
"_shasum": "362772ea4d09f556a4b9f3b64c2fd136e87e3a55",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "bluebird@2.9.26",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mquery",
|
||||
"author": {
|
||||
"email": "petka_antonov@hotmail.com",
|
||||
"name": "Petka Antonov",
|
||||
"url": "http://github.com/petkaantonov/"
|
||||
},
|
||||
"browser": "./js/browser/bluebird.js",
|
||||
"bugs": {
|
||||
"url": "http://github.com/petkaantonov/bluebird/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
|
||||
"devDependencies": {
|
||||
"acorn": "~0.6.0",
|
||||
"baconjs": "^0.7.43",
|
||||
"bluebird": "^2.9.2",
|
||||
"body-parser": "^1.10.2",
|
||||
"browserify": "^8.1.1",
|
||||
"cli-table": "~0.3.1",
|
||||
"co": "^4.2.0",
|
||||
"cross-spawn": "^0.2.3",
|
||||
"glob": "^4.3.2",
|
||||
"grunt-saucelabs": "~8.4.1",
|
||||
"highland": "^2.3.0",
|
||||
"istanbul": "^0.3.5",
|
||||
"jshint": "^2.6.0",
|
||||
"jshint-stylish": "~0.2.0",
|
||||
"mkdirp": "~0.5.0",
|
||||
"mocha": "~2.1",
|
||||
"open": "~0.0.5",
|
||||
"optimist": "~0.6.1",
|
||||
"rimraf": "~2.2.6",
|
||||
"rx": "^2.3.25",
|
||||
"serve-static": "^1.7.1",
|
||||
"sinon": "~1.7.3",
|
||||
"uglify-js": "~2.4.16"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "362772ea4d09f556a4b9f3b64c2fd136e87e3a55",
|
||||
"tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"js/browser",
|
||||
"js/main",
|
||||
"js/zalgo",
|
||||
"zalgo.js"
|
||||
],
|
||||
"gitHead": "c6604d44f219af9da683f6e28d818008fa374af2",
|
||||
"homepage": "https://github.com/petkaantonov/bluebird",
|
||||
"keywords": [
|
||||
"async",
|
||||
"await",
|
||||
"deferred",
|
||||
"deferreds",
|
||||
"dsl",
|
||||
"flow control",
|
||||
"fluent interface",
|
||||
"future",
|
||||
"performance",
|
||||
"promise",
|
||||
"promises",
|
||||
"promises-a",
|
||||
"promises-aplus"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./js/main/bluebird.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "esailija",
|
||||
"email": "petka_antonov@hotmail.com"
|
||||
}
|
||||
],
|
||||
"name": "bluebird",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/petkaantonov/bluebird.git"
|
||||
},
|
||||
"scripts": {
|
||||
"istanbul": "istanbul",
|
||||
"lint": "node scripts/jshint.js",
|
||||
"prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
|
||||
"test": "node tools/test.js"
|
||||
},
|
||||
"version": "2.9.26"
|
||||
}
|
||||
Reference in New Issue
Block a user