all repos — gears @ 375297ad9903d8d46a4e7185696f45a17718b011

lightweight world clock webapp with jquery, moment-timezone, and fuse.js

node_modules/fuse.js/package.json (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_from": "fuse.js",
  "_id": "fuse.js@3.4.5",
  "_inBundle": false,
  "_integrity": "sha512-s9PGTaQIkT69HaeoTVjwGsLfb8V8ScJLx5XGFcKHg0MqLUH/UZ4EKOtqtXX9k7AFqCGxD1aJmYb8Q5VYDibVRQ==",
  "_location": "/fuse.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "fuse.js",
    "name": "fuse.js",
    "escapedName": "fuse.js",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-3.4.5.tgz",
  "_shasum": "8954fb43f9729bd5dbcb8c08f251db552595a7a6",
  "_spec": "fuse.js",
  "_where": "/home/nilix/lib/nilfm/www/planetaryGears",
  "author": {
    "name": "Kirollos Risk",
    "email": "kirollos@gmail.com",
    "url": "http://kiro.me"
  },
  "bugs": {
    "url": "https://github.com/krisk/Fuse/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lightweight fuzzy-search",
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-typescript": "^7.3.3",
    "@types/jest": "^24.0.11",
    "babel-loader": "^8.0.5",
    "copy-webpack-plugin": "^5.0.0",
    "jest": "^24.3.1",
    "rimraf": "^2.6.3",
    "terser-webpack-plugin": "^1.2.3",
    "webpack": "^4.29.2",
    "webpack-cli": "^3.2.3",
    "webpack-merge": "^4.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "dist/"
  ],
  "homepage": "http://fusejs.io",
  "keywords": [
    "fuzzy",
    "bitap"
  ],
  "license": "Apache-2.0",
  "main": "dist/fuse.js",
  "name": "fuse.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krisk/Fuse.git"
  },
  "scripts": {
    "build": "webpack --config ./configs/webpack.prod.js",
    "clean": "rimraf ./dist",
    "dev": "webpack --progress --colors --watch --config ./configs/webpack.dev.js",
    "prebuild": "npm run clean",
    "predev": "npm run clean",
    "pretest": "npm run build",
    "test": "jest"
  },
  "types": "dist/fuse.d.ts",
  "version": "3.4.5"
}