Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Sep 10, 2019
1 parent 9e3fcb4 commit 5b03675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.json
Expand Up @@ -4575,7 +4575,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"indexedfts\",\n \"version\": \"0.3.4\",\n \"description\": \"Full-Text Search engine for web browser.\",\n \"keywords\": [\n \"fts\",\n \"fulltext\",\n \"full-text\",\n \"indexeddb\",\n \"database\",\n \"client\"\n ],\n \"main\": \"dist/indexedfts\",\n \"unpkg\": \"dist/indexedfts.min.js\",\n \"scripts\": {\n \"test\": \"npm run test:node && npm run test:browser\",\n \"test:node\": \"NODE_ENV=development nyc --require @babel/register --reporter lcov mocha --timeout 5000 ./test/node/*.js\",\n \"test:browser\": \"NODE_ENV=development karma start\",\n \"build\": \"npm run docs && npm run benchmark:build && npm run dist:build\",\n \"benchmark\": \"npm run benchmark:build && npm run benchmark:open\",\n \"benchmark:build\": \"cd benchmark && rollup -c\",\n \"benchmark:open\": \"opener ./benchmark/index.html\",\n \"dist:build\": \"NODE_ENV=production node build.js\",\n \"docs\": \"esdoc\"\n },\n \"files\": [\n \"README.md\",\n \"dist\"\n ],\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/macrat/indexedfts.git\"\n },\n \"author\": {\n \"name\": \"MacRat\",\n \"email\": \"m@crat.jp\",\n \"url\": \"https://blanktar.jp/\"\n },\n \"license\": \"MIT\",\n \"bugs\": \"https://github.com/macrat/indexedfts/issues\",\n \"homepage\": \"https://macrat.github.io/indexedfts/\",\n \"devDependencies\": {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-transform-runtime\": \"^7.6.0\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/register\": \"^7.6.0\",\n \"@babel/runtime\": \"^7.6.0\",\n \"asyncmark\": \"^0.3.0\",\n \"babel-plugin-istanbul\": \"^5.2.0\",\n \"babel-preset-power-assert\": \"^3.0.0\",\n \"babelify\": \"^10.0.0\",\n \"browserify\": \"^16.5.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"fake-indexeddb\": \"^2.1.1\",\n \"karma\": \"^4.3.0\",\n \"karma-browserify\": \"^6.1.0\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-cli\": \"^2.0.0\",\n \"karma-coverage\": \"^2.0.1\",\n \"karma-firefox-launcher\": \"^1.2.0\",\n \"karma-mocha\": \"^1.3.0\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"mocha\": \"^6.2.0\",\n \"nyc\": \"^14.1.1\",\n \"opener\": \"^1.5.1\",\n \"power-assert\": \"^1.6.1\",\n \"rollup\": \"^1.21.2\",\n \"rollup-plugin-babel\": \"^4.3.3\",\n \"rollup-plugin-commonjs\": \"^10.1.0\",\n \"rollup-plugin-node-resolve\": \"^5.2.0\",\n \"rollup-plugin-terser\": \"^5.1.1\"\n },\n \"babel\": {\n \"env\": {\n \"development\": {\n \"presets\": [\n \"@babel/preset-env\",\n \"power-assert\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n }\n }\n },\n \"esdoc\": {\n \"source\": \"./lib\",\n \"destination\": \"./docs\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\"\n }\n ]\n }\n}\n",
"content": "{\n \"name\": \"indexedfts\",\n \"version\": \"0.3.5\",\n \"description\": \"Full-Text Search engine for web browser.\",\n \"keywords\": [\n \"fts\",\n \"fulltext\",\n \"full-text\",\n \"indexeddb\",\n \"database\",\n \"client\"\n ],\n \"main\": \"dist/indexedfts\",\n \"unpkg\": \"dist/indexedfts.min.js\",\n \"scripts\": {\n \"test\": \"npm run test:node && npm run test:browser\",\n \"test:node\": \"NODE_ENV=development nyc --require @babel/register --reporter lcov mocha --timeout 5000 ./test/node/*.js\",\n \"test:browser\": \"NODE_ENV=development karma start\",\n \"build\": \"npm run docs && npm run benchmark:build && npm run dist:build\",\n \"benchmark\": \"npm run benchmark:build && npm run benchmark:open\",\n \"benchmark:build\": \"cd benchmark && rollup -c\",\n \"benchmark:open\": \"opener ./benchmark/index.html\",\n \"dist:build\": \"NODE_ENV=production node build.js\",\n \"docs\": \"esdoc\"\n },\n \"files\": [\n \"README.md\",\n \"dist\"\n ],\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/macrat/indexedfts.git\"\n },\n \"author\": {\n \"name\": \"MacRat\",\n \"email\": \"m@crat.jp\",\n \"url\": \"https://blanktar.jp/\"\n },\n \"license\": \"MIT\",\n \"bugs\": \"https://github.com/macrat/indexedfts/issues\",\n \"homepage\": \"https://macrat.github.io/indexedfts/\",\n \"devDependencies\": {\n \"@babel/cli\": \"^7.6.0\",\n \"@babel/core\": \"^7.6.0\",\n \"@babel/plugin-transform-runtime\": \"^7.6.0\",\n \"@babel/preset-env\": \"^7.6.0\",\n \"@babel/register\": \"^7.6.0\",\n \"@babel/runtime\": \"^7.6.0\",\n \"asyncmark\": \"^0.3.0\",\n \"babel-plugin-istanbul\": \"^5.2.0\",\n \"babel-preset-power-assert\": \"^3.0.0\",\n \"babelify\": \"^10.0.0\",\n \"browserify\": \"^16.5.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"fake-indexeddb\": \"^2.1.1\",\n \"karma\": \"^4.3.0\",\n \"karma-browserify\": \"^6.1.0\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-cli\": \"^2.0.0\",\n \"karma-coverage\": \"^2.0.1\",\n \"karma-firefox-launcher\": \"^1.2.0\",\n \"karma-mocha\": \"^1.3.0\",\n \"karma-mocha-reporter\": \"^2.2.5\",\n \"mocha\": \"^6.2.0\",\n \"nyc\": \"^14.1.1\",\n \"opener\": \"^1.5.1\",\n \"power-assert\": \"^1.6.1\",\n \"rollup\": \"^1.21.2\",\n \"rollup-plugin-babel\": \"^4.3.3\",\n \"rollup-plugin-commonjs\": \"^10.1.0\",\n \"rollup-plugin-node-resolve\": \"^5.2.0\",\n \"rollup-plugin-terser\": \"^5.1.1\"\n },\n \"babel\": {\n \"env\": {\n \"development\": {\n \"presets\": [\n \"@babel/preset-env\",\n \"power-assert\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n }\n }\n },\n \"esdoc\": {\n \"source\": \"./lib\",\n \"destination\": \"./docs\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\"\n }\n ]\n }\n}\n",
"longname": "/mnt/tmpfs/indexedfts/package.json",
"name": "package.json",
"static": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "indexedfts",
"version": "0.3.4",
"version": "0.3.5",
"description": "Full-Text Search engine for web browser.",
"keywords": [
"fts",
Expand Down

0 comments on commit 5b03675

Please sign in to comment.