mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
77
node_modules/with/package.json
generated
vendored
Normal file
77
node_modules/with/package.json
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"with@~4.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade"
|
||||
]
|
||||
],
|
||||
"_from": "with@>=4.0.0 <4.1.0",
|
||||
"_id": "with@4.0.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/with",
|
||||
"_nodeVersion": "1.6.2",
|
||||
"_npmUser": {
|
||||
"email": "forbes@lindesay.co.uk",
|
||||
"name": "forbeslindesay"
|
||||
},
|
||||
"_npmVersion": "2.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "with",
|
||||
"raw": "with@~4.0.0",
|
||||
"rawSpec": "~4.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=4.0.0 <4.1.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jade"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
|
||||
"_shasum": "eefd154e9e79d2c8d3417b647a8f14d9fecce14e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "with@~4.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ForbesLindesay/with/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^1.0.1",
|
||||
"acorn-globals": "^1.0.3"
|
||||
},
|
||||
"description": "Compile time `with` for strict mode JavaScript",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.12.0",
|
||||
"uglify-js": "^2.4.15"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "eefd154e9e79d2c8d3417b647a8f14d9fecce14e",
|
||||
"tarball": "http://registry.npmjs.org/with/-/with-4.0.3.tgz"
|
||||
},
|
||||
"gitHead": "38351aea899040937ab8c7c9ce43b3ad1d498bed",
|
||||
"homepage": "https://github.com/ForbesLindesay/with",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "forbeslindesay",
|
||||
"email": "forbes@lindesay.co.uk"
|
||||
}
|
||||
],
|
||||
"name": "with",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ForbesLindesay/with.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/index.js -R spec"
|
||||
},
|
||||
"version": "4.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user