123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- {
- "raw": "[email protected]",
- "scope": null,
- "escapedName": "mixto",
- "name": "mixto",
- "rawSpec": "1.x",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/loredan13/projects/atom/qsp/node_modules/emissary"
- ]
- ],
- "_from": "mixto@>=1.0.0 <2.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_location": "/mixto",
- "_npmUser": {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- "_npmVersion": "1.3.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "[email protected]",
- "scope": null,
- "escapedName": "mixto",
- "name": "mixto",
- "rawSpec": "1.x",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/emissary",
- "/property-accessors"
- ],
- "_resolved": "https://registry.npmjs.org/mixto/-/mixto-1.0.0.tgz",
- "_shasum": "c320ef61b52f2898f522e17d8bbc6d506d8425b6",
- "_shrinkwrap": null,
- "_spec": "[email protected]",
- "_where": "/home/loredan13/projects/atom/qsp/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": "[email protected]"
- },
- {
- "name": "kevinsawicki",
- "email": "[email protected]"
- }
- ],
- "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"
- }
|