123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_args": [
- [
- {
- "raw": "emissary@^1.2.0",
- "scope": null,
- "escapedName": "emissary",
- "name": "emissary",
- "rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
- },
- "/home/loredan13/projects/atom/qsp/node_modules/grim"
- ]
- ],
- "_from": "emissary@>=1.2.0 <2.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_location": "/emissary",
- "_npmUser": {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "raw": "emissary@^1.2.0",
- "scope": null,
- "escapedName": "emissary",
- "name": "emissary",
- "rawSpec": "^1.2.0",
- "spec": ">=1.2.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/grim"
- ],
- "_resolved": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz",
- "_shasum": "a618d92d682b232d31111dc3625a5df661799606",
- "_shrinkwrap": null,
- "_spec": "emissary@^1.2.0",
- "_where": "/home/loredan13/projects/atom/qsp/node_modules/grim",
- "author": {
- "name": "Nathan Sobo"
- },
- "bugs": {
- "url": "https://github.com/atom/emissary/issues"
- },
- "dependencies": {
- "es6-weak-map": "^0.1.2",
- "mixto": "1.x",
- "property-accessors": "^1.1",
- "underscore-plus": "1.x"
- },
- "description": "Utility mixins for subscribing to and emitting events.",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.8",
- "grunt-coffeelint": "0.0.6",
- "grunt-contrib-coffee": "~0.7.0",
- "grunt-shell": "~0.2.2",
- "jasmine-focused": "1.x",
- "rimraf": "~2.2.2"
- },
- "directories": {},
- "dist": {
- "shasum": "a618d92d682b232d31111dc3625a5df661799606",
- "tarball": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz"
- },
- "gitHead": "13170d3e1f8b1cd4396d6dceb3c3bccf0887dae2",
- "homepage": "http://atom.github.io/emissary",
- "keywords": [
- "event-emitter",
- "events",
- "subscribe",
- "subscriber"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/atom/emissary/raw/master/LICENSE.md"
- }
- ],
- "main": "lib/emissary.js",
- "maintainers": [
- {
- "name": "nathansobo",
- "email": "[email protected]"
- },
- {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- {
- "name": "benogle",
- "email": "[email protected]"
- }
- ],
- "name": "emissary",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://[email protected]/atom/emissary.git"
- },
- "scripts": {
- "prepublish": "grunt clean lint coffee",
- "test": "grunt test"
- },
- "version": "1.3.3"
- }
|