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:
75
node_modules/addressparser/package.json
generated
vendored
Normal file
75
node_modules/addressparser/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"addressparser@^0.3.2",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/buildmail"
|
||||
]
|
||||
],
|
||||
"_from": "addressparser@>=0.3.2 <0.4.0",
|
||||
"_id": "addressparser@0.3.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/addressparser",
|
||||
"_npmUser": {
|
||||
"email": "andris@node.ee",
|
||||
"name": "andris"
|
||||
},
|
||||
"_npmVersion": "1.4.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "addressparser",
|
||||
"raw": "addressparser@^0.3.2",
|
||||
"rawSpec": "^0.3.2",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.2 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/buildmail"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/addressparser/-/addressparser-0.3.2.tgz",
|
||||
"_shasum": "59873f35e8fcf6c7361c10239261d76e15348bb2",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "addressparser@^0.3.2",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/buildmail",
|
||||
"author": {
|
||||
"name": "Andris Reinman"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andris9/addressparser/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Parse e-mail addresses",
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
"grunt-mocha-test": "^0.12.4",
|
||||
"mocha": "^2.1.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "59873f35e8fcf6c7361c10239261d76e15348bb2",
|
||||
"tarball": "http://registry.npmjs.org/addressparser/-/addressparser-0.3.2.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/andris9/addressparser",
|
||||
"license": "MIT",
|
||||
"main": "src/addressparser.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "andris",
|
||||
"email": "andris@node.ee"
|
||||
}
|
||||
],
|
||||
"name": "addressparser",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/andris9/addressparser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"version": "0.3.2"
|
||||
}
|
||||
Reference in New Issue
Block a user