Update metadata

This commit is contained in:
Imran Ismail
2019-09-05 12:08:20 +08:00
parent 6e5c237523
commit 56c04146d7
1454 changed files with 204046 additions and 234789 deletions

40
node_modules/handlebars/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"handlebars@4.1.2",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "handlebars@4.1.2",
"_id": "handlebars@4.1.2",
"_from": "handlebars@^4.1.2",
"_id": "handlebars@4.5.1",
"_inBundle": false,
"_integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==",
"_integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==",
"_location": "/handlebars",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "handlebars@4.1.2",
"raw": "handlebars@^4.1.2",
"name": "handlebars",
"escapedName": "handlebars",
"rawSpec": "4.1.2",
"rawSpec": "^4.1.2",
"saveSpec": null,
"fetchSpec": "4.1.2"
"fetchSpec": "^4.1.2"
},
"_requiredBy": [
"/istanbul-reports"
],
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz",
"_spec": "4.1.2",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz",
"_shasum": "8a01c382c180272260d07f2d1aa3ae745715c7ba",
"_spec": "handlebars@^4.1.2",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/istanbul-reports",
"author": {
"name": "Yehuda Katz"
},
@@ -35,17 +29,24 @@
"bin": {
"handlebars": "bin/handlebars"
},
"browser": {
".": "./dist/cjs/handlebars.js",
"./runtime": "./dist/cjs/handlebars.runtime.js"
},
"bugs": {
"url": "https://github.com/wycats/handlebars.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",
"source-map": "^0.6.1",
"uglify-js": "^3.1.4"
},
"deprecated": false,
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"devDependencies": {
"@knappi/grunt-saucelabs": "^9.0.2",
"aws-sdk": "^2.1.49",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.10",
@@ -53,6 +54,8 @@
"dtslint": "^0.5.5",
"dustjs-linkedin": "^2.0.2",
"eco": "~1.1.0-rc-3",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-es5": "^1.4.1",
"grunt": "^1.0.3",
"grunt-babel": "^5.0.0",
"grunt-bg-shell": "^2.3.3",
@@ -65,7 +68,6 @@
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^20.1.0",
"grunt-saucelabs": "9.x",
"grunt-webpack": "^1.0.8",
"istanbul": "^0.3.0",
"jison": "~0.3.0",
@@ -123,5 +125,5 @@
"test": "grunt"
},
"types": "types/index.d.ts",
"version": "4.1.2"
"version": "4.5.1"
}