{
  "_args": [
    [
      {
        "raw": "inline-source-map-comment@^1.0.5",
        "scope": null,
        "escapedName": "inline-source-map-comment",
        "name": "inline-source-map-comment",
        "rawSpec": "^1.0.5",
        "spec": ">=1.0.5 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-clean-css"
    ]
  ],
  "_from": "inline-source-map-comment@>=1.0.5 <2.0.0",
  "_id": "inline-source-map-comment@1.0.5",
  "_inCache": true,
  "_location": "/inline-source-map-comment",
  "_nodeVersion": "1.6.2",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "2.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "inline-source-map-comment@^1.0.5",
    "scope": null,
    "escapedName": "inline-source-map-comment",
    "name": "inline-source-map-comment",
    "rawSpec": "^1.0.5",
    "spec": ">=1.0.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broccoli-clean-css"
  ],
  "_resolved": "https://registry.npmjs.org/inline-source-map-comment/-/inline-source-map-comment-1.0.5.tgz",
  "_shasum": "50a8a44c2a790dfac441b5c94eccd5462635faf6",
  "_shrinkwrap": null,
  "_spec": "inline-source-map-comment@^1.0.5",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-clean-css",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bin": {
    "inline-source-map-comment": "cli.js"
  },
  "browser": "inline-source-map-comment-cjs.js",
  "bugs": {
    "url": "https://github.com/shinnn/inline-source-map-comment/issues"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "get-stdin": "^4.0.1",
    "minimist": "^1.1.1",
    "sum-up": "^1.0.1",
    "xtend": "^4.0.0"
  },
  "description": "Create an inline source map comment from a source map",
  "devDependencies": {
    "eslint": "^0.18.0",
    "istanbul": "^0.3.13",
    "istanbul-coveralls": "^1.0.2",
    "jscs": "^1.12.0",
    "run-browser": "^2.0.2",
    "tap-spec": "^2.2.2",
    "tape": "^3.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "50a8a44c2a790dfac441b5c94eccd5462635faf6",
    "tarball": "https://registry.npmjs.org/inline-source-map-comment/-/inline-source-map-comment-1.0.5.tgz"
  },
  "files": [
    "cli.js",
    "inline-source-map-comment-cjs.js",
    "inline-source-map-comment-node.js"
  ],
  "gitHead": "971b5b8a06ef52584736130aab22ef87154c984b",
  "homepage": "https://github.com/shinnn/inline-source-map-comment",
  "jscsConfig": {
    "preset": "google",
    "maximumLineLength": null,
    "validateLineBreaks": "LF"
  },
  "keywords": [
    "inline",
    "sourcemap",
    "source",
    "map",
    "comment",
    "js",
    "css",
    "cli",
    "browser",
    "client-side"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shinnn/inline-source-map-comment/blob/master/LICENSE"
    }
  ],
  "main": "inline-source-map-comment-node.js",
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "inline-source-map-comment",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/inline-source-map-comment.git"
  },
  "scripts": {
    "coverage": "istanbul cover test-api/test-node.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "pretest": "jscs *.js test-*/*.js && eslint *.js test-*/*.js",
    "test": "${npm_package_scripts_test_node} | tap-spec && ${npm_package_scripts_test_browser} | tap-spec",
    "test-browser": "run-browser test-api/test-browser{,-cjs}.js --phantom",
    "test-node": "tape test-api/test-node.js test-cli/test-cli.js"
  },
  "version": "1.0.5"
}
