123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- {
- "raw": "stomp-client",
- "scope": null,
- "escapedName": "stomp-client",
- "name": "stomp-client",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/data/feimat/im/imsvr"
- ]
- ],
- "_from": "stomp-client@latest",
- "_id": "stomp-client@0.9.0",
- "_inCache": true,
- "_location": "/stomp-client",
- "_nodeVersion": "4.2.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/stomp-client-0.9.0.tgz_1488205082136_0.08868531114421785"
- },
- "_npmUser": {
- "name": "easternbloc",
- "email": "ben@marvell-consulting.com"
- },
- "_npmVersion": "3.10.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "stomp-client",
- "scope": null,
- "escapedName": "stomp-client",
- "name": "stomp-client",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/stomp-client/-/stomp-client-0.9.0.tgz",
- "_shasum": "584c492b3fbaeb69cb961a69c502eb4ba496c03d",
- "_shrinkwrap": null,
- "_spec": "stomp-client",
- "_where": "/data/feimat/im/imsvr",
- "author": {
- "name": "Ben Marvell"
- },
- "bugs": {
- "url": "https://github.com/easternbloc/node-stomp-client/issues"
- },
- "contributors": [
- {
- "name": "Ben Marvell",
- "email": "ben@marvell-consulting.com"
- },
- {
- "name": "Ryan Grenz",
- "email": "info@ryangrenz.com"
- }
- ],
- "dependencies": {},
- "description": "A STOMP protocol implementation in node.js",
- "devDependencies": {
- "jshint": "2.8.0",
- "nodeunit": "0.9.1"
- },
- "directories": {},
- "dist": {
- "shasum": "584c492b3fbaeb69cb961a69c502eb4ba496c03d",
- "tarball": "https://registry.npmjs.org/stomp-client/-/stomp-client-0.9.0.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "gitHead": "646d7641459f4cbe08a87bcec50e22d42da0b688",
- "homepage": "https://github.com/easternbloc/node-stomp-client#readme",
- "keywords": [
- "stomp",
- "messaging"
- ],
- "license": "MIT",
- "main": "lib/client.js",
- "maintainers": [
- {
- "name": "easternbloc",
- "email": "madmarv187@gmail.com"
- }
- ],
- "name": "stomp-client",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "url": "git+ssh://git@github.com/easternbloc/node-stomp-client.git"
- },
- "scripts": {
- "lint": "[ -z \"$LINTFILES\" ] && LINTFILES='**'; ./node_modules/jshint/bin/jshint ${LINTFILES}",
- "test": "nodeunit test"
- },
- "version": "0.9.0"
- }
|