{ "_from": "inline-source-map-comment@^1.0.5", "_id": "inline-source-map-comment@1.0.5", "_inBundle": false, "_integrity": "sha1-UKikTCp5DfrEQbXJTszVRiY1+vY=", "_location": "/inline-source-map-comment", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "inline-source-map-comment@^1.0.5", "name": "inline-source-map-comment", "escapedName": "inline-source-map-comment", "rawSpec": "^1.0.5", "saveSpec": null, "fetchSpec": "^1.0.5" }, "_requiredBy": [ "/broccoli-clean-css" ], "_resolved": "https://registry.npmjs.org/inline-source-map-comment/-/inline-source-map-comment-1.0.5.tgz", "_shasum": "50a8a44c2a790dfac441b5c94eccd5462635faf6", "_spec": "inline-source-map-comment@^1.0.5", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/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" }, "bundleDependencies": false, "dependencies": { "chalk": "^1.0.0", "get-stdin": "^4.0.1", "minimist": "^1.1.1", "sum-up": "^1.0.1", "xtend": "^4.0.0" }, "deprecated": false, "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" }, "files": [ "cli.js", "inline-source-map-comment-cjs.js", "inline-source-map-comment-node.js" ], "homepage": "https://github.com/shinnn/inline-source-map-comment#readme", "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", "name": "inline-source-map-comment", "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" }