forked from Jstarfish/JavaKeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.33 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.33 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_from": "autocomplete.js@0.36.0",
"_id": "autocomplete.js@0.36.0",
"_inBundle": false,
"_integrity": "sha512-jEwUXnVMeCHHutUt10i/8ZiRaCb0Wo+ZyKxeGsYwBDtw6EJHqEeDrq4UwZRD8YBSvp3g6klP678il2eeiVXN2Q==",
"_location": "/autocomplete.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "autocomplete.js@0.36.0",
"name": "autocomplete.js",
"escapedName": "autocomplete.js",
"rawSpec": "0.36.0",
"saveSpec": null,
"fetchSpec": "0.36.0"
},
"_requiredBy": [
"/docsearch.js"
],
"_resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.36.0.tgz",
"_shasum": "94fe775fe64b6cd42e622d076dc7fd26bedd837b",
"_spec": "autocomplete.js@0.36.0",
"_where": "/Users/starfish/JavaKeeper/node_modules/docsearch.js",
"bugs": {
"url": "https://github.com/algolia/autocomplete.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"immediate": "^3.2.3"
},
"deprecated": false,
"description": "Fast and fully-featured autocomplete library",
"devDependencies": {
"angular": "^1.6.4",
"angular-mocks": "^1.6.4",
"babel-eslint": "^7.2.3",
"chai": "^3.5.0",
"colors": "^1.1.2",
"conventional-changelog-cli": "^1.3.1",
"doctoc": "^1.3.0",
"eslint": "1.5.1",
"eslint-config-airbnb": "0.1.0",
"eslint-config-algolia": "3.0.0",
"execa": "^1.0.0",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-cli": "1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^17.2.0",
"grunt-exec": "^1.0.1",
"grunt-sed": "^0.1.1",
"grunt-step": "^1.0.0",
"grunt-umd": "^2.3.6",
"grunt-webpack": "^1.0.14",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.6.2",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.2.1",
"json": "^9.0.6",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.1",
"mversion": "^1.12.0",
"netlify": "^2.0.1",
"node-static": "^0.7.8",
"phantomjs-prebuilt": "^2.1.12",
"replace-in-file": "^3.4.2",
"semver": "^5.3.0",
"sinon": "^1.17.6",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"yiewd": "^0.6.0"
},
"homepage": "https://github.com/algolia/autocomplete.js",
"keywords": [
"autocomplete",
"typeahead"
],
"license": "MIT",
"main": "index.js",
"name": "autocomplete.js",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/autocomplete.js.git"
},
"scripts": {
"build": "grunt",
"dev": "grunt dev",
"docs:netlify": "./scripts/netlify-deploy.js",
"lint": "grunt lint",
"release": "./scripts/release.sh",
"server": "grunt server",
"test": "karma start --single-run && grunt lint",
"test:ci": "./test/ci.sh",
"test:watch": "karma start"
},
"version": "0.36.0"
}