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:
85
node_modules/crc/package.json
generated
vendored
Normal file
85
node_modules/crc/package.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"crc@3.3.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/express-session"
|
||||
]
|
||||
],
|
||||
"_from": "crc@3.3.0",
|
||||
"_id": "crc@3.3.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/crc",
|
||||
"_nodeVersion": "0.12.2",
|
||||
"_npmUser": {
|
||||
"email": "alex.gorbatchev@gmail.com",
|
||||
"name": "alexgorbatchev"
|
||||
},
|
||||
"_npmVersion": "2.7.4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "crc",
|
||||
"raw": "crc@3.3.0",
|
||||
"rawSpec": "3.3.0",
|
||||
"scope": null,
|
||||
"spec": "3.3.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express-session"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz",
|
||||
"_shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "crc@3.3.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/express-session",
|
||||
"author": {
|
||||
"name": "Alex Gorbatchev",
|
||||
"url": "https://github.com/alexgorbatchev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/alexgorbatchev/node-crc/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Various CRC JavaScript implementations",
|
||||
"devDependencies": {
|
||||
"beautify-benchmark": "^0.2.4",
|
||||
"benchmark": "^1.0.0",
|
||||
"buffer-crc32": "^0.2.3",
|
||||
"chai": "~1.9.1",
|
||||
"coffee-errors": "~0.8.6",
|
||||
"coffee-script": "~1.7.1",
|
||||
"mocha": "*",
|
||||
"seedrandom": "^2.3.6"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
|
||||
"tarball": "http://registry.npmjs.org/crc/-/crc-3.3.0.tgz"
|
||||
},
|
||||
"gitHead": "5ec5f3c74cd5a0315ac428af695743ff447a6723",
|
||||
"homepage": "https://github.com/alexgorbatchev/node-crc",
|
||||
"keywords": [
|
||||
"crc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "alexgorbatchev",
|
||||
"email": "alex.gorbatchev@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "crc",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/alexgorbatchev/node-crc.git"
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
|
||||
"test": "mocha test/*.spec.coffee"
|
||||
},
|
||||
"version": "3.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user