mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.4 KiB
87 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"simple-jekyll-search@1.7.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "simple-jekyll-search@1.7.0",
|
|
"_id": "simple-jekyll-search@1.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MQtOxoCKl0oab9/dl+jpQPxOJKn/YtF0Q2oNL/LSwR24DvFwcmujuq+e1vHOGCHINVDvLnUhRqhSCxDwaijjNw==",
|
|
"_location": "/simple-jekyll-search",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "simple-jekyll-search@1.7.0",
|
|
"name": "simple-jekyll-search",
|
|
"escapedName": "simple-jekyll-search",
|
|
"rawSpec": "1.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simple-jekyll-search/-/simple-jekyll-search-1.7.0.tgz",
|
|
"_spec": "1.7.0",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "Christian Fei"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/christian-fei/Simple-Jekyll-Search/issues"
|
|
},
|
|
"dependencies": {
|
|
"cypress": "^2.1.0",
|
|
"fuzzysearch": "^1.0.3"
|
|
},
|
|
"description": "Simple Jekyll site search using javascript and json",
|
|
"devDependencies": {
|
|
"browser-pack-flat": "^3.0.9",
|
|
"browserify": "^16.2.2",
|
|
"m.test": "^0.0.57",
|
|
"standard": "^11.0.1",
|
|
"uglify-js": "^3.3.25"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
},
|
|
"files": [
|
|
"dest",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/christian-fei/Simple-Jekyll-Search",
|
|
"license": "MIT",
|
|
"main": "dest/simple-jekyll-search.js",
|
|
"name": "simple-jekyll-search",
|
|
"optionalDependencies": {
|
|
"cypress": "^2.1.0"
|
|
},
|
|
"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",
|
|
"test": "m.test tests/**",
|
|
"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.7.0"
|
|
}
|
|
|