151 lines
4.1 KiB
JSON
151 lines
4.1 KiB
JSON
|
{
|
||
|
"_from": "liquidjs@^6.4.3",
|
||
|
"_id": "liquidjs@6.4.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-m1xSB10Ncu22NR3X0xdaqu/GvP1xadDCFYGqGgd6me8DAWjyA68BKE5DHJmSxw1CGsWPsX+Hj2v/87J2w/LvMQ==",
|
||
|
"_location": "/liquidjs",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "liquidjs@^6.4.3",
|
||
|
"name": "liquidjs",
|
||
|
"escapedName": "liquidjs",
|
||
|
"rawSpec": "^6.4.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^6.4.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@11ty/eleventy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-6.4.3.tgz",
|
||
|
"_shasum": "c7caf7a3f6c87dc6a22a5a351328cf8f7298c243",
|
||
|
"_spec": "liquidjs@^6.4.3",
|
||
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
|
||
|
"author": {
|
||
|
"name": "Harttle"
|
||
|
},
|
||
|
"babel": {
|
||
|
"presets": [
|
||
|
"env"
|
||
|
],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"transform-runtime",
|
||
|
{
|
||
|
"helpers": false,
|
||
|
"polyfill": false,
|
||
|
"regenerator": true,
|
||
|
"moduleName": "babel-runtime"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"plugins": [
|
||
|
"istanbul"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"browser": "dist/liquid.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/harttle/liquidjs/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
||
|
"devDependencies": {
|
||
|
"@semantic-release/changelog": "^3.0.2",
|
||
|
"@semantic-release/commit-analyzer": "^6.1.0",
|
||
|
"@semantic-release/git": "^7.0.8",
|
||
|
"@semantic-release/npm": "^5.1.4",
|
||
|
"@semantic-release/release-notes-generator": "^7.1.4",
|
||
|
"babel-core": "^6.26.3",
|
||
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
"babel-plugin-istanbul": "^5.1.0",
|
||
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||
|
"babel-preset-env": "^1.7.0",
|
||
|
"babel-runtime": "^6.26.0",
|
||
|
"chai": "^4.2.0",
|
||
|
"chai-as-promised": "^7.1.1",
|
||
|
"coveralls": "^3.0.2",
|
||
|
"cross-env": "^5.2.0",
|
||
|
"eslint": "^5.12.1",
|
||
|
"eslint-config-standard": "^12.0.0",
|
||
|
"eslint-plugin-import": "^2.15.0",
|
||
|
"eslint-plugin-mocha": "^5.2.1",
|
||
|
"eslint-plugin-node": "^8.0.1",
|
||
|
"eslint-plugin-promise": "^4.0.1",
|
||
|
"eslint-plugin-standard": "^4.0.0",
|
||
|
"express": "^4.16.4",
|
||
|
"http-server": "^0.11.1",
|
||
|
"jsdom": "^13.2.0",
|
||
|
"mocha": "^5.2.0",
|
||
|
"mock-fs": "^4.7.0",
|
||
|
"nyc": "^13.1.0",
|
||
|
"regenerator-runtime": "^0.12.1",
|
||
|
"rollup": "^1.1.2",
|
||
|
"rollup-plugin-alias": "^1.5.1",
|
||
|
"rollup-plugin-babel": "^3.0.7",
|
||
|
"rollup-plugin-node-resolve": "^3.3.0",
|
||
|
"rollup-plugin-shim": "^1.0.0",
|
||
|
"rollup-plugin-uglify": "^6.0.2",
|
||
|
"semantic-release": "^15.13.3",
|
||
|
"sinon": "^7.2.3",
|
||
|
"sinon-chai": "^3.3.0",
|
||
|
"supertest": "^3.4.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.8.7"
|
||
|
},
|
||
|
"homepage": "https://github.com/harttle/liquidjs#readme",
|
||
|
"keywords": [
|
||
|
"liquid",
|
||
|
"template engine",
|
||
|
"express",
|
||
|
"jinja",
|
||
|
"shopify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/liquid.common.js",
|
||
|
"module": "src/index.js",
|
||
|
"name": "liquidjs",
|
||
|
"nyc": {
|
||
|
"require": [
|
||
|
"babel-core/register"
|
||
|
],
|
||
|
"sourceMap": false,
|
||
|
"instrument": false
|
||
|
},
|
||
|
"release": {
|
||
|
"branch": "master",
|
||
|
"plugins": [
|
||
|
"@semantic-release/commit-analyzer",
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
"@semantic-release/changelog",
|
||
|
"@semantic-release/npm",
|
||
|
"@semantic-release/git"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/harttle/liquidjs.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c && ls -lh dist",
|
||
|
"coverage": "cross-env NODE_ENV=test nyc --reporter=html npm run unit",
|
||
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"demo:browser": "echo open http://localhost:8080/demo/browser && http-server -c-1",
|
||
|
"demo:express": "cd ./demo/express/ && npm start",
|
||
|
"demo:nodejs": "node ./demo/nodejs/index.js",
|
||
|
"e2e": "mocha test/e2e",
|
||
|
"lint": "eslint src/ test/ *.js",
|
||
|
"test": "npm run unit && npm run e2e",
|
||
|
"unit": "mocha test/unit",
|
||
|
"version": "npm run build && git add -A dist"
|
||
|
},
|
||
|
"types": "src/index.d.ts",
|
||
|
"version": "6.4.3"
|
||
|
}
|