123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- "graceful@~0.1.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "graceful@>=0.1.0 <0.2.0",
- "_id": "graceful@0.1.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/graceful",
- "_npmUser": {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- "_npmVersion": "1.4.13",
- "_phantomChildren": {},
- "_requested": {
- "name": "graceful",
- "raw": "graceful@~0.1.0",
- "rawSpec": "~0.1.0",
- "scope": null,
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/graceful/-/graceful-0.1.0.tgz",
- "_shasum": "8d7617f183ce4cdbdf56ce46fa7f46c66a264fdd",
- "_shrinkwrap": null,
- "_spec": "graceful@~0.1.0",
- "_where": "D:\\work\\im",
- "author": {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- "bugs": {
- "url": "https://github.com/fengmk2/graceful/issues"
- },
- "contributors": [
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2",
- "url": "https://github.com/fengmk2"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead-horse",
- "url": "https://github.com/dead-horse"
- }
- ],
- "dependencies": {},
- "description": "Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.",
- "devDependencies": {
- "autod": "*",
- "blanket": "*",
- "connect": "~2.17.3",
- "contributors": "*",
- "coveralls": "*",
- "mocha": "*",
- "mocha-lcov-reporter": "*",
- "should": "~3.3.2",
- "supertest": "~0.13.0",
- "travis-cov": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "8d7617f183ce4cdbdf56ce46fa7f46c66a264fdd",
- "tarball": "https://registry.npmjs.org/graceful/-/graceful-0.1.0.tgz"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "gitHead": "681c29578bad0fe33b6e383bb9ba2af2992153a0",
- "homepage": "https://github.com/fengmk2/graceful",
- "keywords": [
- "graceful",
- "uncaught",
- "uncaughtException",
- "error",
- "graceful",
- "cluster",
- "graceful exit"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- }
- ],
- "name": "graceful",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/fengmk2/graceful.git"
- },
- "scripts": {},
- "version": "0.1.0"
- }
|