Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / mixto / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "mixto@1.x",
        "scope": null,
        "escapedName": "mixto",
        "name": "mixto",
        "rawSpec": "1.x",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/emissary"
    ]
  ],
  "_from": "mixto@>=1.0.0 <2.0.0",
  "_id": "mixto@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/mixto",
  "_npmUser": {
    "name": "kevinsawicki",
    "email": "kevinsawicki@gmail.com"
  },
  "_npmVersion": "1.3.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mixto@1.x",
    "scope": null,
    "escapedName": "mixto",
    "name": "mixto",
    "rawSpec": "1.x",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/emissary",
    "/atom-package-manager/property-accessors"
  ],
  "_resolved": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz",
  "_shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
  "_shrinkwrap": null,
  "_spec": "mixto@1.x",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/emissary",
  "author": {
    "name": "Nathan Sobo"
  },
  "bugs": {
    "url": "https://github.com/atom/mixto/issues"
  },
  "dependencies": {},
  "description": "A mixin superclass. Its subclasses have `.extend` and `.includeInto` methods to mix behavior into other objects and classes.",
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "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": "~0.19.0",
    "rimraf": "~2.2.2"
  },
  "directories": {},
  "dist": {
    "shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
    "tarball": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz"
  },
  "homepage": "https://github.com/atom/mixto#readme",
  "keywords": [
    "mixin",
    "trait"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/mixto/raw/master/LICENSE.md"
    }
  ],
  "main": "lib/mixin",
  "maintainers": [
    {
      "name": "nathansobo",
      "email": "nathansobo@gmail.com"
    },
    {
      "name": "kevinsawicki",
      "email": "kevinsawicki@gmail.com"
    }
  ],
  "name": "mixto",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/mixto.git"
  },
  "scripts": {
    "prepublish": "grunt clean coffee lint",
    "test": "grunt test"
  },
  "version": "1.0.0"
}