mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
⬆️ fuzzy-finder@1.14.0
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -21,9 +21,9 @@
|
||||
}
|
||||
},
|
||||
"@atom/fuzzy-native": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@atom/fuzzy-native/-/fuzzy-native-1.0.3.tgz",
|
||||
"integrity": "sha512-bpFKY270m+1JVZ5xEn1RIFo44ZwIYww0o/MZnev/SyMXZSuQEcJcgXbvz8mBAOK9Tpce4iDgRWcBLuBOoMbJSw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@atom/fuzzy-native/-/fuzzy-native-1.1.0.tgz",
|
||||
"integrity": "sha512-S+dZtzAtpMB6m5xEJ6aSp33JX2s539KCGBWn0oLHFX2vsnHtqFeWIKFspFuUZCHsmp+2DwRJuWTZhgc/zA+6ow==",
|
||||
"requires": {
|
||||
"nan": "^2.0.0"
|
||||
}
|
||||
@@ -3034,10 +3034,10 @@
|
||||
"integrity": "sha1-gy9kifvodnaUWVmckUpnDsIpR+4="
|
||||
},
|
||||
"fuzzy-finder": {
|
||||
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.9/tarball",
|
||||
"integrity": "sha512-iN0jeWvQco7pHTzaGQkVZDEeKSc+bNo3m4udZXCx30SGD+4iMvW1jbs8ez2R//GJ9kbE3qinndooRFTt+MBiwg==",
|
||||
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.14.0/tarball",
|
||||
"integrity": "sha512-BZ/8e5wm5gr8T4BiYPH2cFA97RuYiv60JMnpn2IqYX1uWx9juL64fR6WEP2xi06VfwmBznfBxKkt6h/8fCkzpA==",
|
||||
"requires": {
|
||||
"@atom/fuzzy-native": "^1.0.3",
|
||||
"@atom/fuzzy-native": "^1.1.0",
|
||||
"async": "0.2.6",
|
||||
"atom-select-list": "^0.7.0",
|
||||
"fs-plus": "^3.0.0",
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"fs-plus": "^3.1.1",
|
||||
"fstream": "0.1.24",
|
||||
"fuzzaldrin": "^2.1",
|
||||
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.9/tarball",
|
||||
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.14.0/tarball",
|
||||
"git-diff": "file:packages/git-diff",
|
||||
"git-utils": "5.6.1",
|
||||
"github": "https://www.atom.io/api/packages/github/versions/0.29.0/tarball",
|
||||
@@ -201,7 +201,7 @@
|
||||
"encoding-selector": "0.23.9",
|
||||
"exception-reporting": "file:./packages/exception-reporting",
|
||||
"find-and-replace": "0.218.15",
|
||||
"fuzzy-finder": "1.13.9",
|
||||
"fuzzy-finder": "1.14.0",
|
||||
"github": "0.29.0",
|
||||
"git-diff": "file:./packages/git-diff",
|
||||
"go-to-line": "file:./packages/go-to-line",
|
||||
|
||||
Reference in New Issue
Block a user