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:
93
node_modules/acorn-globals/package.json
generated
vendored
Normal file
93
node_modules/acorn-globals/package.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"acorn-globals@^1.0.3",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/with"
|
||||
]
|
||||
],
|
||||
"_from": "acorn-globals@>=1.0.3 <2.0.0",
|
||||
"_id": "acorn-globals@1.0.9",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/acorn-globals",
|
||||
"_nodeVersion": "1.6.2",
|
||||
"_npmUser": {
|
||||
"email": "forbes@lindesay.co.uk",
|
||||
"name": "forbeslindesay"
|
||||
},
|
||||
"_npmVersion": "2.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "acorn-globals",
|
||||
"raw": "acorn-globals@^1.0.3",
|
||||
"rawSpec": "^1.0.3",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.3 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom",
|
||||
"/with"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz",
|
||||
"_shasum": "55bb5e98691507b74579d0513413217c380c54cf",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "acorn-globals@^1.0.3",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/with",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^2.1.0"
|
||||
},
|
||||
"description": "Detect global variables in JavaScript using acorn",
|
||||
"devDependencies": {
|
||||
"testit": "^2.0.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "55bb5e98691507b74579d0513413217c380c54cf",
|
||||
"tarball": "http://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "808cab09764b63679138b012602ca1bb51657f97",
|
||||
"homepage": "https://github.com/ForbesLindesay/acorn-globals",
|
||||
"keywords": [
|
||||
"ast",
|
||||
"global",
|
||||
"implicit",
|
||||
"lexical",
|
||||
"local",
|
||||
"name",
|
||||
"scope",
|
||||
"variable"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "forbeslindesay",
|
||||
"email": "forbes@lindesay.co.uk"
|
||||
},
|
||||
{
|
||||
"name": "timothygu",
|
||||
"email": "timothygu99@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "acorn-globals",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "1.0.9"
|
||||
}
|
||||
Reference in New Issue
Block a user