| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "ejs@2.5.7",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "ejs@2.5.7",
- "_id": "ejs@2.5.7",
- "_inBundle": false,
- "_integrity": "sha512-ukpoEmMkRXdzig9UGWFSY+GqurZ+PROb/Q/6NUf+FYlIAI4fO79XFcFzob3TikfbaZZ3OGQAmryINW6/ELWPAg==",
- "_location": "/ejs",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ejs@2.5.7",
- "name": "ejs",
- "escapedName": "ejs",
- "rawSpec": "2.5.7",
- "saveSpec": null,
- "fetchSpec": "2.5.7"
- },
- "_requiredBy": [
- "/nightwatch",
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz",
- "_spec": "2.5.7",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Matthew Eernisse",
- "email": "mde@fleegix.org",
- "url": "http://fleegix.org"
- },
- "bugs": {
- "url": "https://github.com/mde/ejs/issues"
- },
- "contributors": [
- {
- "name": "Timothy Gu",
- "email": "timothygu99@gmail.com",
- "url": "https://timothygu.github.io"
- }
- ],
- "dependencies": {},
- "description": "Embedded JavaScript templates",
- "devDependencies": {
- "browserify": "^13.0.1",
- "eslint": "^3.0.0",
- "git-directory-deploy": "^1.5.1",
- "istanbul": "~0.4.3",
- "jake": "^8.0.0",
- "jsdoc": "^3.4.0",
- "lru-cache": "^4.0.1",
- "mocha": "^3.0.2",
- "uglify-js": "^2.6.2"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "homepage": "https://github.com/mde/ejs",
- "keywords": [
- "template",
- "engine",
- "ejs"
- ],
- "license": "Apache-2.0",
- "main": "./lib/ejs.js",
- "name": "ejs",
- "repository": {
- "type": "git",
- "url": "git://github.com/mde/ejs.git"
- },
- "scripts": {
- "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
- "devdoc": "jake doc[dev]",
- "doc": "jake doc",
- "lint": "eslint \"**/*.js\" Jakefile",
- "test": "jake test"
- },
- "version": "2.5.7"
- }
|