You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
4.1 KiB
115 lines
4.1 KiB
{ |
|
"name": "presentacion_nov_2019", |
|
"version": "1.0.0", |
|
"lockfileVersion": 1, |
|
"requires": true, |
|
"dependencies": { |
|
"asciidoctor-reveal.js": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/asciidoctor-reveal.js/-/asciidoctor-reveal.js-2.0.0.tgz", |
|
"integrity": "sha512-REnlW62qj6NPheOl8EwLwJZWpArUWOfAhDZv+lf9wX2MXUC/n9LN081buerQtByYAMG2ZiuY9ealPZqKTCIsvQ==", |
|
"requires": { |
|
"asciidoctor.js": "1.5.9", |
|
"reveal.js": "3.7.0" |
|
} |
|
}, |
|
"asciidoctor.js": { |
|
"version": "1.5.9", |
|
"resolved": "https://registry.npmjs.org/asciidoctor.js/-/asciidoctor.js-1.5.9.tgz", |
|
"integrity": "sha512-k5JgwyV82TsiCpnYbDPReuHhzf/vRUt6NaZ+OGywkDDGeGG/CPfvN2Gd1MJ0iIZKDyuk4iJHOdY/2x1KBrWMzA==", |
|
"requires": { |
|
"opal-runtime": "1.0.11" |
|
} |
|
}, |
|
"balanced-match": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", |
|
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" |
|
}, |
|
"brace-expansion": { |
|
"version": "1.1.11", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", |
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", |
|
"requires": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"concat-map": { |
|
"version": "0.0.1", |
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" |
|
}, |
|
"glob": { |
|
"version": "6.0.4", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", |
|
"integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", |
|
"requires": { |
|
"inflight": "^1.0.4", |
|
"inherits": "2", |
|
"minimatch": "2 || 3", |
|
"once": "^1.3.0", |
|
"path-is-absolute": "^1.0.0" |
|
} |
|
}, |
|
"inflight": { |
|
"version": "1.0.6", |
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
|
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", |
|
"requires": { |
|
"once": "^1.3.0", |
|
"wrappy": "1" |
|
} |
|
}, |
|
"inherits": { |
|
"version": "2.0.4", |
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" |
|
}, |
|
"minimatch": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", |
|
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", |
|
"requires": { |
|
"brace-expansion": "^1.1.7" |
|
} |
|
}, |
|
"once": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
|
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", |
|
"requires": { |
|
"wrappy": "1" |
|
} |
|
}, |
|
"opal-runtime": { |
|
"version": "1.0.11", |
|
"resolved": "https://registry.npmjs.org/opal-runtime/-/opal-runtime-1.0.11.tgz", |
|
"integrity": "sha512-L+6pnRvXPlDtbamBRnJAnB9mEMXmsIQ/b+0r/2xJ5/n/nxheEkLo+Pm5QNQ08LEbEN9TI6/kedhIspqRRu6tXA==", |
|
"requires": { |
|
"glob": "6.0.4", |
|
"xmlhttprequest": "1.8.0" |
|
} |
|
}, |
|
"path-is-absolute": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |
|
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" |
|
}, |
|
"reveal.js": { |
|
"version": "3.7.0", |
|
"resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.7.0.tgz", |
|
"integrity": "sha512-HTOTNhF5mQAw6fcsptk4oql/DEEUwTG0YHk/LzTNNx0/3IgvOQZqKzvlK/zNpqqKMLlhn1gH9Nvp+FFoc/e5/w==" |
|
}, |
|
"wrappy": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" |
|
}, |
|
"xmlhttprequest": { |
|
"version": "1.8.0", |
|
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", |
|
"integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=" |
|
} |
|
} |
|
}
|
|
|