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

View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"graceful-fs@4.2.0",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "graceful-fs@4.2.0",
"_id": "graceful-fs@4.2.0",
"_from": "graceful-fs@^4.1.15",
"_id": "graceful-fs@4.2.3",
"_inBundle": false,
"_integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==",
"_integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
"_location": "/graceful-fs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "graceful-fs@4.2.0",
"raw": "graceful-fs@^4.1.15",
"name": "graceful-fs",
"escapedName": "graceful-fs",
"rawSpec": "4.2.0",
"rawSpec": "^4.1.15",
"saveSpec": null,
"fetchSpec": "4.2.0"
"fetchSpec": "^4.1.15"
},
"_requiredBy": [
"/@jest/core",
@@ -33,13 +26,16 @@
"/load-json-file",
"/write-file-atomic"
],
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
"_shasum": "4a12ff1b60376ef09862c2093edd908328be8423",
"_spec": "graceful-fs@^4.1.15",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/@jest/core",
"bugs": {
"url": "https://github.com/isaacs/node-graceful-fs/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A drop-in replacement for fs, making various improvements.",
"devDependencies": {
"import-fresh": "^2.0.0",
@@ -87,5 +83,5 @@
"preversion": "npm test",
"test": "node test.js | tap -"
},
"version": "4.2.0"
"version": "4.2.3"
}