修改后台权限
This commit is contained in:
33
node_modules/fuzzysort/package.json
generated
vendored
Normal file
33
node_modules/fuzzysort/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
|
||||
"name" : "fuzzysort",
|
||||
"version" : "3.1.0",
|
||||
"author" : "farzher",
|
||||
"license" : "MIT",
|
||||
"description" : "Fast SublimeText-like fuzzy search for JavaScript",
|
||||
|
||||
"keywords": ["fuzzy search", "fuzzy", "search", "filter", "javascript", "node", "fast", "sublime"],
|
||||
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/farzher/fuzzysort.git"
|
||||
},
|
||||
|
||||
"main": "fuzzysort.js",
|
||||
|
||||
"scripts": {
|
||||
"test" : "node test/test.js",
|
||||
"test-min" : "node test/test.js min",
|
||||
|
||||
"minify" : "uglifyjs fuzzysort.js -o fuzzysort.min.js -m -c --mangle-props keep_quoted --comments /farzher/"
|
||||
},
|
||||
|
||||
"files": [
|
||||
"fuzzysort.js",
|
||||
"fuzzysort.min.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
|
||||
"types": "index.d.ts"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user