|
|
@@ -0,0 +1,80 @@ |
|
|
{ |
|
|
"_from": "simple-jekyll-search", |
|
|
"_id": "simple-jekyll-search@1.10.0", |
|
|
"_inBundle": false, |
|
|
"_integrity": "sha512-4SdHfAjEe9mngvj4wt8A7OsF9Rl3+onHY1ruQC+bUnecbNbdvzVcAbL+UH5mE+v2CWgUb95dyZjHhyqUGSa2hA==", |
|
|
"_location": "/simple-jekyll-search", |
|
|
"_phantomChildren": {}, |
|
|
"_requested": { |
|
|
"type": "tag", |
|
|
"registry": true, |
|
|
"raw": "simple-jekyll-search", |
|
|
"name": "simple-jekyll-search", |
|
|
"escapedName": "simple-jekyll-search", |
|
|
"rawSpec": "", |
|
|
"saveSpec": null, |
|
|
"fetchSpec": "latest" |
|
|
}, |
|
|
"_requiredBy": [ |
|
|
"#USER", |
|
|
"/" |
|
|
], |
|
|
"_resolved": "https://registry.npmjs.org/simple-jekyll-search/-/simple-jekyll-search-1.10.0.tgz", |
|
|
"_shasum": "706f6ee58c3ac4d9b8c9455f60398c7837b51479", |
|
|
"_spec": "simple-jekyll-search", |
|
|
"_where": "C:\\alphazero-official.github.io", |
|
|
"author": { |
|
|
"name": "Christian Fei" |
|
|
}, |
|
|
"bugs": { |
|
|
"url": "https://github.com/christian-fei/Simple-Jekyll-Search/issues" |
|
|
}, |
|
|
"bundleDependencies": false, |
|
|
"dependencies": { |
|
|
"fuzzysearch": "^1.0.3" |
|
|
}, |
|
|
"deprecated": false, |
|
|
"description": "Simple Jekyll site search using javascript and json", |
|
|
"devDependencies": { |
|
|
"ava": "^3.14.0", |
|
|
"browser-pack-flat": "^3.4.2", |
|
|
"browserify": "^17.0.0", |
|
|
"cypress": "^6.2.0", |
|
|
"standard": "^16.0.3", |
|
|
"uglify-js": "^3.12.3" |
|
|
}, |
|
|
"files": [ |
|
|
"dest", |
|
|
"src" |
|
|
], |
|
|
"homepage": "https://github.com/christian-fei/Simple-Jekyll-Search", |
|
|
"license": "MIT", |
|
|
"main": "dest/simple-jekyll-search.js", |
|
|
"name": "simple-jekyll-search", |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"url": "git+https://github.com/christian-fei/Simple-Jekyll-Search.git" |
|
|
}, |
|
|
"scripts": { |
|
|
"browserify": "browserify -p browser-pack-flat/plugin src/index.js | node scripts/stamp.js > dest/simple-jekyll-search.js", |
|
|
"build": "npm run browserify && npm run uglify", |
|
|
"copy-example-code": "cp dest/* example/js/", |
|
|
"cypress": "cypress", |
|
|
"dist": "npm run build && npm run copy-example-code", |
|
|
"lint": "standard", |
|
|
"postbuild": "npm run copy-example-code", |
|
|
"prebuild": "npm run test", |
|
|
"pretest": "npm run lint", |
|
|
"start": "cd example; jekyll serve", |
|
|
"test": "ava", |
|
|
"uglify": "uglifyjs --compress --mangle --ie8 --comments \"/^/*!/\" --output dest/simple-jekyll-search.min.js dest/simple-jekyll-search.js" |
|
|
}, |
|
|
"standard": { |
|
|
"ignore": [ |
|
|
"cypress/**", |
|
|
"example/**", |
|
|
"dest/**" |
|
|
] |
|
|
}, |
|
|
"version": "1.10.0" |
|
|
} |