123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "_args": [
- [
- "consolidate@0.16.0",
- "/Users/wc/Desktop/HBuilder/vue3_cesium"
- ]
- ],
- "_development": true,
- "_from": "consolidate@0.16.0",
- "_id": "consolidate@0.16.0",
- "_inBundle": false,
- "_integrity": "sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==",
- "_location": "/consolidate",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "consolidate@0.16.0",
- "name": "consolidate",
- "escapedName": "consolidate",
- "rawSpec": "0.16.0",
- "saveSpec": null,
- "fetchSpec": "0.16.0"
- },
- "_requiredBy": [
- "/@vue/compiler-sfc"
- ],
- "_resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.16.0.tgz",
- "_spec": "0.16.0",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/tj/consolidate.js/issues"
- },
- "dependencies": {
- "bluebird": "^3.7.2"
- },
- "description": "Template engine consolidation library",
- "devDependencies": {
- "arc-templates": "^0.5.3",
- "atpl": ">=0.7.6",
- "babel-core": "^6.26.3",
- "babel-preset-react": "^6.24.1",
- "bracket-template": "^1.1.5",
- "coffee-script": "^1.12.7",
- "dot": "^1.1.3",
- "dust": "^0.3.0",
- "dustjs-helpers": "^1.7.4",
- "dustjs-linkedin": "^2.7.5",
- "eco": "^1.1.0-rc-3",
- "ect": "^0.5.9",
- "ejs": "^3.1.5",
- "eslint": "^7.8.1",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "haml-coffee": "^1.14.1",
- "hamlet": "^0.3.3",
- "hamljs": "^0.6.2",
- "handlebars": "^4.7.6",
- "hogan.js": "^3.0.2",
- "htmling": "^0.0.8",
- "jade": "^1.11.0",
- "jazz": "^0.0.18",
- "jqtpl": "~1.1.0",
- "just": "^0.1.8",
- "liquid-node": "^3.0.1",
- "liquor": "^0.0.5",
- "lodash": "^4.17.20",
- "marko": "^3.14.4",
- "mocha": "^3.5.3",
- "mote": "^0.2.0",
- "mustache": "^4.0.1",
- "nunjucks": "^3.2.2",
- "plates": "~0.4.11",
- "pug": "^3.0.0",
- "qejs": "^3.0.5",
- "ractive": "^1.3.12",
- "razor-tmpl": "^1.3.1",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "semver": "^7.3.2",
- "should": "*",
- "slm": "^2.0.0",
- "squirrelly": "^5.1.0",
- "swig": "^1.4.2",
- "swig-templates": "^2.0.3",
- "teacup": "^2.0.0",
- "templayed": ">=0.2.3",
- "tinyliquid": "^0.2.34",
- "toffee": "^0.3.6",
- "twig": "^1.15.2",
- "twing": "^5.0.2",
- "underscore": "^1.11.0",
- "vash": "^0.13.0",
- "velocityjs": "^2.0.1",
- "walrus": "^0.10.1",
- "whiskers": "^0.4.0"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "https://github.com/tj/consolidate.js",
- "keywords": [
- "engine",
- "template",
- "view"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "consolidate",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tj/consolidate.js.git"
- },
- "scripts": {
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "mocha"
- },
- "version": "0.16.0"
- }
|