1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "segfault-handler",
- "_id": "segfault-handler@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-lGbY932IJs+9+oERJOzgKYP9atI=",
- "_location": "/segfault-handler",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "segfault-handler",
- "name": "segfault-handler",
- "escapedName": "segfault-handler",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/segfault-handler/download/segfault-handler-1.0.1.tgz",
- "_shasum": "9466d8f77d8826cfbdfa811124ece02983fd6ad2",
- "_spec": "segfault-handler",
- "_where": "E:\\dev\\007\\node10\\seg",
- "author": {
- "name": "Dave Dopson",
- "email": "ddopson@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/ddopson/node-segfault-handler/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Dave Dopson",
- "email": "ddopson@gmail.com"
- },
- {
- "name": "Mark Smith",
- "email": "msmith@rallydev.com"
- },
- {
- "name": "David Swift",
- "email": "dswift@pccowboy.com"
- },
- {
- "name": "Anton Whalley",
- "email": "anton@venshare.com"
- }
- ],
- "dependencies": {
- "bindings": "^1.2.1",
- "nan": "^2.0.9"
- },
- "deprecated": false,
- "description": "catches SIGSEGV and prints diagnostic information",
- "gypfile": true,
- "homepage": "https://github.com/ddopson/node-segfault-handler#readme",
- "license": "SEE LICENSE IN README.md",
- "main": "index.js",
- "name": "segfault-handler",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ddopson/node-segfault-handler.git"
- },
- "scripts": {
- "install": "node-gyp rebuild"
- },
- "version": "1.0.1"
- }
|