123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "koa-safe-jsonp@~0.3.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-safe-jsonp@>=0.3.0 <0.4.0",
- "_id": "koa-safe-jsonp@0.3.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-safe-jsonp",
- "_nodeVersion": "4.1.0",
- "_npmUser": {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-safe-jsonp",
- "raw": "koa-safe-jsonp@~0.3.0",
- "rawSpec": "~0.3.0",
- "scope": null,
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-safe-jsonp/-/koa-safe-jsonp-0.3.1.tgz",
- "_shasum": "bce09edf1ef7b2542ae5d507428843e81d5ddf81",
- "_shrinkwrap": null,
- "_spec": "koa-safe-jsonp@~0.3.0",
- "_where": "D:\\work\\im",
- "author": {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2",
- "url": "http://fengmk2.com"
- },
- "bugs": {
- "email": "fengmk2@gmail.com",
- "url": "https://github.com/koajs/koa-safe-jsonp/issues"
- },
- "contributors": [
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2",
- "url": "https://github.com/fengmk2"
- },
- {
- "email": "heyiyu.deadhorse@gmail.com",
- "name": "dead_horse",
- "url": "https://github.com/dead-horse"
- },
- {
- "email": "yongbo.hello@gmail.com",
- "name": "yongbo000",
- "url": "https://github.com/yongbo000"
- }
- ],
- "dependencies": {
- "jsonp-body": "~1.0.0"
- },
- "description": "Safe jsonp plugins for koa.",
- "devDependencies": {
- "contributors": "*",
- "istanbul-harmony": "*",
- "jshint": "*",
- "koa": "1",
- "koa-qs": "1",
- "mocha": "*",
- "should": "7",
- "supertest": "1"
- },
- "directories": {},
- "dist": {
- "shasum": "bce09edf1ef7b2542ae5d507428843e81d5ddf81",
- "tarball": "https://registry.npmjs.org/koa-safe-jsonp/-/koa-safe-jsonp-0.3.1.tgz"
- },
- "engines": {
- "node": ">= 1.0.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "15449ea9286687c1ac9ae21dc3ce948954d58f6d",
- "homepage": "https://github.com/koajs/koa-safe-jsonp",
- "keywords": [
- "jsonp",
- "koa"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- }
- ],
- "name": "koa-safe-jsonp",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/koajs/koa-safe-jsonp.git",
- "web": "https://github.com/koajs/koa-safe-jsonp"
- },
- "scripts": {
- "jshint": "jshint .",
- "test": "mocha -R spec -t 1000 -r should test/*.test.js",
- "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 1000 -r should test/*.test.js"
- },
- "version": "0.3.1"
- }
|