ember-introjs
Version:
An Ember Component for intro.js
82 lines (81 loc) • 2.31 kB
JSON
{
"_from": "broccoli-sri-hash@^2.1.0",
"_id": "broccoli-sri-hash@2.1.2",
"_inBundle": false,
"_integrity": "sha1-vGmQXtejga0yXMDQLe0HEyjr8/M=",
"_location": "/broccoli-sri-hash",
"_phantomChildren": {
"debug": "2.6.9",
"ensure-posix-path": "1.0.2",
"inflight": "1.0.6",
"inherits": "2.0.3",
"matcher-collection": "1.0.5",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"promise-map-series": "0.2.3",
"quick-temp": "0.1.8",
"rimraf": "2.6.2",
"rsvp": "3.6.2",
"symlink-or-copy": "1.1.8"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "broccoli-sri-hash@^2.1.0",
"name": "broccoli-sri-hash",
"escapedName": "broccoli-sri-hash",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/ember-cli-sri"
],
"_resolved": "https://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-2.1.2.tgz",
"_shasum": "bc69905ed7a381ad325cc0d02ded071328ebf3f3",
"_spec": "broccoli-sri-hash@^2.1.0",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-cli-sri",
"author": {
"name": "Jonathan Kingston"
},
"bugs": {
"url": "https://github.com/jonathanKingston/broccoli-sri-hash/issues"
},
"bundleDependencies": false,
"dependencies": {
"broccoli-caching-writer": "^2.2.0",
"mkdirp": "^0.5.1",
"rsvp": "^3.1.0",
"sri-toolbox": "^0.2.0",
"symlink-or-copy": "^1.0.1"
},
"deprecated": false,
"description": "Generates SRI hashes for html files",
"devDependencies": {
"broccoli": "^0.16.8",
"chai": "^3.4.1",
"eslint": "^2.5.1",
"eslint-config-nightmare-mode": "^2.3.0",
"mocha": "^2.3.4",
"mocha-eslint": "^2.0.2",
"snyk": "^1.13.1",
"walk-sync": "^0.2.6"
},
"homepage": "https://github.com/jonathanKingston/broccoli-sri-hash#readme",
"license": "MIT",
"main": "index.js",
"name": "broccoli-sri-hash",
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanKingston/broccoli-sri-hash.git"
},
"scripts": {
"lint": "eslint index.js",
"test": "snyk test && mocha test",
"test:debug": "mocha debug test",
"test:fast": "mocha test"
},
"version": "2.1.2"
}