1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "js-message@1.0.5",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "js-message@1.0.5",
- "_id": "js-message@1.0.5",
- "_inBundle": false,
- "_integrity": "sha1-IwDSSxrwjondCVvBpMnJz8uJLRU=",
- "_location": "/js-message",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-message@1.0.5",
- "name": "js-message",
- "escapedName": "js-message",
- "rawSpec": "1.0.5",
- "saveSpec": null,
- "fetchSpec": "1.0.5"
- },
- "_requiredBy": [
- "/node-ipc"
- ],
- "_resolved": "https://registry.npm.taobao.org/js-message/download/js-message-1.0.5.tgz",
- "_spec": "1.0.5",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Brandon Nozaki Miller"
- },
- "bugs": {
- "url": "https://github.com/RIAEvangelist/js-message/issues"
- },
- "dependencies": {},
- "description": "normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchers",
- "devDependencies": {},
- "engines": {
- "node": ">=0.6.0"
- },
- "homepage": "https://github.com/RIAEvangelist/js-message#readme",
- "keywords": [
- "message",
- "normalize",
- "events",
- "js",
- "json",
- "protocol",
- "ipc",
- "node",
- "nodejs",
- "node.js",
- "react",
- "react.js",
- "reactjs",
- "websocket",
- "websockets",
- "web",
- "socket",
- "sockets",
- "ws",
- "flux",
- "reflux",
- "component",
- "components",
- "store",
- "stores",
- "action",
- "actions"
- ],
- "license": "DBAD",
- "main": "Message.js",
- "name": "js-message",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RIAEvangelist/js-message.git"
- },
- "scripts": {
- "start": "node devServer.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "1.0.5"
- }
|