115 lines
3.3 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "autocomplete.js@0.36.0",
"_id": "autocomplete.js@0.36.0",
"_inBundle": false,
"_integrity": "sha1-lP53X+ZLbNQuYi0Hbcf9Jr7dg3s=",
"_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.npm.taobao.org/autocomplete.js/download/autocomplete.js-0.36.0.tgz",
"_shasum": "94fe775fe64b6cd42e622d076dc7fd26bedd837b",
"_spec": "autocomplete.js@0.36.0",
"_where": "E:\\GreateCommunity\\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"
}