12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "koa-ejs",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-ejs@latest",
- "_id": "koa-ejs@3.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-ejs",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- },
- "_npmVersion": "2.12.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-ejs",
- "raw": "koa-ejs",
- "rawSpec": "",
- "scope": null,
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-ejs/-/koa-ejs-3.0.0.tgz",
- "_shasum": "96cea547215c59e890e27a974a74fcad7b95778a",
- "_shrinkwrap": null,
- "_spec": "koa-ejs",
- "_where": "D:\\work\\im",
- "author": {
- "email": "dead_horse@qq.com",
- "name": "dead_horse",
- "url": "http://deadhorse.me"
- },
- "bugs": {
- "url": "https://github.com/koajs/ejs/issues"
- },
- "dependencies": {
- "co-fs": "~1.2.0",
- "copy-to": "~2.0.1",
- "ejs": "^2.3.4"
- },
- "description": "ejs render middleware for koa",
- "devDependencies": {
- "autod": "2",
- "co-wait": "~0.0.0",
- "koa": "~0.19.1",
- "mocha": "~2.2.4",
- "should": "~6.0.1",
- "supertest": "~0.15.0"
- },
- "directories": {},
- "dist": {
- "shasum": "96cea547215c59e890e27a974a74fcad7b95778a",
- "tarball": "https://registry.npmjs.org/koa-ejs/-/koa-ejs-3.0.0.tgz"
- },
- "engine": {
- "node": ">0.11"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "71fcb12e11891d7bcb92b6e58df1c38b4c1656c7",
- "homepage": "https://github.com/koajs/ejs",
- "keywords": [
- "koa",
- "render",
- "ejs",
- "view"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- }
- ],
- "name": "koa-ejs",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/koajs/ejs.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "3.0.0"
- }
|