{
  "_from": "path-loader@^1.0.10",
  "_id": "path-loader@1.0.10",
  "_inBundle": false,
  "_integrity": "sha512-CMP0v6S6z8PHeJ6NFVyVJm6WyJjIwFvyz2b0n2/4bKdS/0uZa/9sKUlYZzubrn3zuDRU0zIuEDX9DZYQ2ZI8TA==",
  "_location": "/path-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-loader@^1.0.10",
    "name": "path-loader",
    "escapedName": "path-loader",
    "rawSpec": "^1.0.10",
    "saveSpec": null,
    "fetchSpec": "^1.0.10"
  },
  "_requiredBy": [
    "/json-refs"
  ],
  "_resolved": "https://registry.npmjs.org/path-loader/-/path-loader-1.0.10.tgz",
  "_shasum": "dd3d1bd54cb6f2e6423af2ad334a41cc0bce4cf6",
  "_spec": "path-loader@^1.0.10",
  "_where": "/opt/dev/blackbox/blackbox-cli-js/test/node_modules/json-refs",
  "author": {
    "name": "Jeremy Whitlock",
    "email": "jwhitlock@apache.org",
    "url": "https://github.com/whitlockjc"
  },
  "browser": {
    "./lib/loaders/file.js": "./lib/loaders/file-browser.js"
  },
  "bugs": {
    "url": "https://github.com/whitlockjc/path-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "native-promise-only": "^0.8.1",
    "superagent": "^3.8.3"
  },
  "deprecated": false,
  "description": "Utility that provides a single API for loading the content of a path/URL.",
  "devDependencies": {
    "@otris/jsdoc-tsd": "^1.0.4",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-es2015": "^6.24.1",
    "basic-auth": "^2.0.0",
    "connect": "^3.6.0",
    "del": "^3.0.0",
    "gulp": "~3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^4.0.0",
    "gulp-if": "^2.0.2",
    "gulp-istanbul": "~1.1.1",
    "gulp-jsdoc-to-markdown": "^1.2.2",
    "gulp-jsdoc3": "^2.0.0",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "~3.0.1",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.0",
    "jsdoc": "^3.5.5",
    "karma": "^1.6.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^4.0.0-rc.5",
    "mocha": "^4.0.1",
    "phantomjs-prebuilt": "^2.1.7",
    "run-sequence": "^2.2.0",
    "webpack": "^4.26.1"
  },
  "files": [
    "dist",
    "index.d.ts",
    "index.js",
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/whitlockjc/path-loader",
  "keywords": [
    "json"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "path-loader",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whitlockjc/path-loader.git"
  },
  "scripts": {
    "test": "./node_modules/gulp/bin/gulp.js"
  },
  "version": "1.0.10"
}
