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:
91
node_modules/jsonpointer/package.json
generated
vendored
Normal file
91
node_modules/jsonpointer/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jsonpointer@2.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/is-my-json-valid"
|
||||
]
|
||||
],
|
||||
"_from": "jsonpointer@2.0.0",
|
||||
"_id": "jsonpointer@2.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/jsonpointer",
|
||||
"_nodeVersion": "0.10.36",
|
||||
"_npmUser": {
|
||||
"email": "marc.brookman@gmail.com",
|
||||
"name": "marcbachmann"
|
||||
},
|
||||
"_npmVersion": "2.10.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "jsonpointer",
|
||||
"raw": "jsonpointer@2.0.0",
|
||||
"rawSpec": "2.0.0",
|
||||
"scope": null,
|
||||
"spec": "2.0.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-my-json-valid"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz",
|
||||
"_shasum": "3af1dd20fe85463910d469a385e33017d2a030d9",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "jsonpointer@2.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/is-my-json-valid",
|
||||
"author": {
|
||||
"email": "jan@apache.org",
|
||||
"name": "Jan Lehnardt"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/janl/node-jsonpointer/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Joe Hildebrand",
|
||||
"email": "joe-github@cursive.net"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Simple JSON Addressing.",
|
||||
"devDependencies": {},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "3af1dd20fe85463910d469a385e33017d2a030d9",
|
||||
"tarball": "http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6.0"
|
||||
},
|
||||
"gitHead": "26ea4a5c0fcb6d9a2e87f733403791dd05637af8",
|
||||
"homepage": "https://github.com/janl/node-jsonpointer#readme",
|
||||
"license": "MIT",
|
||||
"main": "./jsonpointer",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jan",
|
||||
"email": "jan@apache.org"
|
||||
},
|
||||
{
|
||||
"name": "marcbachmann",
|
||||
"email": "marc.brookman@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "jsonpointer",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"tags": [
|
||||
"simple",
|
||||
"util",
|
||||
"util",
|
||||
"utility"
|
||||
],
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user