This commit is contained in:
Winston Liu
2018-11-15 11:47:52 -05:00
parent 6cfee197f8
commit a2dec3fb1d
4 changed files with 2199 additions and 2198 deletions

3
apm/package-lock.json generated
View File

@@ -21,6 +21,7 @@
"node-gyp": "3.4.0",
"npm": "6.2.0",
"open": "0.0.5",
"plist": "git+https://github.com/nathansobo/node-plist.git#bd3a93387f1d4b2cff819b200870d35465796e77",
"q": "~0.9.7",
"read": "~1.0.5",
"request": "^2.87.0",
@@ -3973,7 +3974,7 @@
},
"plist": {
"version": "git+https://github.com/nathansobo/node-plist.git#bd3a93387f1d4b2cff819b200870d35465796e77",
"from": "git+https://github.com/nathansobo/node-plist.git#bd3a93387f1d4b2cff819b200870d35465796e77",
"from": "git+https://github.com/nathansobo/node-plist.git",
"requires": {
"xmlbuilder": "0.4.x",
"xmldom": "0.1.x"

14
package-lock.json generated
View File

@@ -157,7 +157,7 @@
"apparatus": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/apparatus/-/apparatus-0.0.10.tgz",
"integrity": "sha512-KLy/ugo33KZA7nugtQ7O0E1c8kQ52N3IvD/XgIh4w/Nr28ypfkwDfA67F1ev4N1m5D+BOk1+b2dEJDfpj/VvZg==",
"integrity": "sha1-gep1Z3Ktp3hj21TO7oICwQm9yj4=",
"requires": {
"sylvester": ">= 0.0.8"
}
@@ -348,7 +348,7 @@
"atom-pathspec": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/atom-pathspec/-/atom-pathspec-0.0.0.tgz",
"integrity": "sha512-7UMEHdTtBV5sJONT0uMeQ6M8JFdfMQy/14rxuP6OuoFfSiDjxyZHuorIbv8gqhRB3FQMMLPzqONoFJE2cpHiCg=="
"integrity": "sha1-Z6q6+VAZsK/Y4xWLLNexjXN2Q/E="
},
"atom-select-list": {
"version": "0.7.2",
@@ -5132,7 +5132,7 @@
"spelling-manager": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/spelling-manager/-/spelling-manager-1.1.0.tgz",
"integrity": "sha512-PpTP6XUZflCWO9YZO3wBSGAmqrUP6BFwSdmVFS6WBT9rFYg3ysmrIfyD1KnaVcnW6wuIKf+FDwefvU8PsD8Smg==",
"integrity": "sha1-UZmGdZUpHgVjlExuL70ao02X3TQ=",
"requires": {
"natural": "0.5.0",
"xregexp": "^3.2.0"
@@ -5224,7 +5224,7 @@
"streamroller": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz",
"integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==",
"integrity": "sha1-odG3z4PTmvsNYwSaWsv5NJO99ks=",
"requires": {
"date-format": "^1.2.0",
"debug": "^3.1.0",
@@ -5696,7 +5696,7 @@
"dependencies": {
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"prebuild-install": {
@@ -5741,8 +5741,8 @@
}
},
"tree-view": {
"version": "https://www.atom.io/api/packages/tree-view/versions/0.224.2/tarball",
"integrity": "sha512-zQgrwWo2aBInkSCsldNP9sZJA4OnzznQgKJzQNhClMZJMWEr1Pl1tWnq3x67ie6dINkJ/JWqzbjxz2v2T5U2ig==",
"version": "https://www.atom.io/api/packages/tree-view/versions/0.224.4/tarball",
"integrity": "sha512-C1TZTezOu8y5qv4xsYM3G7JePyF4o7TqFj2jYo09YiXtW3m/RX+uTT7WfL8ozGsq082uVzuPlu8/kQAotv95qQ==",
"requires": {
"@atom/temp": "~0.8.4",
"fs-plus": "^3.0.0",

View File

@@ -161,7 +161,7 @@
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.13.21",
"tree-sitter-css": "^0.13.7",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.224.2/tarball",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.224.4/tarball",
"typescript-simple": "1.0.0",
"underscore-plus": "^1.6.8",
"update-package-dependencies": "https://www.atom.io/api/packages/update-package-dependencies/versions/0.13.1/tarball",
@@ -226,7 +226,7 @@
"symbols-view": "0.118.2",
"tabs": "0.109.2",
"timecop": "0.36.2",
"tree-view": "0.224.2",
"tree-view": "0.224.4",
"update-package-dependencies": "0.13.1",
"welcome": "0.36.7",
"whitespace": "0.37.7",

4376
script/package-lock.json generated

File diff suppressed because it is too large Load Diff