Bootstrap

This commit is contained in:
Imran Ismail
2019-09-05 02:34:58 +08:00
parent 77f35b3361
commit 99f65d1591
7544 changed files with 1780624 additions and 28 deletions

70
node_modules/acorn-globals/package.json generated vendored Normal file
View File

@@ -0,0 +1,70 @@
{
"_args": [
[
"acorn-globals@4.3.2",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "acorn-globals@4.3.2",
"_id": "acorn-globals@4.3.2",
"_inBundle": false,
"_integrity": "sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ==",
"_location": "/acorn-globals",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-globals@4.3.2",
"name": "acorn-globals",
"escapedName": "acorn-globals",
"rawSpec": "4.3.2",
"saveSpec": null,
"fetchSpec": "4.3.2"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.2.tgz",
"_spec": "4.3.2",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
},
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
},
"description": "Detect global variables in JavaScript using acorn",
"devDependencies": {
"testit": "^3.0.0"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/ForbesLindesay/acorn-globals#readme",
"keywords": [
"ast",
"variable",
"name",
"lexical",
"scope",
"local",
"global",
"implicit"
],
"license": "MIT",
"name": "acorn-globals",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
},
"scripts": {
"test": "node test"
},
"version": "4.3.2"
}