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

32
node_modules/bser/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"bser@2.1.0",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "bser@2.1.0",
"_id": "bser@2.1.0",
"_from": "bser@^2.0.0",
"_id": "bser@2.1.1",
"_inBundle": false,
"_integrity": "sha512-8zsjWrQkkBoLK6uxASk1nJ2SKv97ltiGDo6A3wA0/yRPz+CwmEyDo0hUrhIuukG2JHpAl3bvFIixw2/3Hi0DOg==",
"_integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
"_location": "/bser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "bser@2.1.0",
"raw": "bser@^2.0.0",
"name": "bser",
"escapedName": "bser",
"rawSpec": "2.1.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/fb-watchman"
],
"_resolved": "https://registry.npmjs.org/bser/-/bser-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
"_shasum": "e6787da20ece9d07998533cfd9de6f5c38f4bc05",
"_spec": "bser@^2.0.0",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/fb-watchman",
"author": {
"name": "Wez Furlong",
"email": "wez@fb.com",
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/facebook/watchman/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-int64": "^0.4.0"
},
"deprecated": false,
"description": "JavaScript implementation of the BSER Binary Serialization",
"directories": {
"test": "test"
@@ -62,5 +58,5 @@
"scripts": {
"test": "node test/bser.js"
},
"version": "2.1.0"
"version": "2.1.1"
}