UNPKG

14 kBJSONView Raw
1{"dependencies":[{"name":"/Users/tevans3/Development/atjson/packages/@atjson/source-prism/package.json","includedInParent":true,"mtime":1553111837746},{"name":"/Users/tevans3/.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/package.json","includedInParent":true,"mtime":1529620826605},{"name":"./_stream_transform","loc":{"line":30,"column":24}},{"name":"core-util-is","loc":{"line":33,"column":19}},{"name":"inherits","loc":{"line":34,"column":24}}],"generated":{"js":"// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};","map":{"mappings":[{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":1,"column":0},"generated":{"line":1,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":2,"column":0},"generated":{"line":2,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":3,"column":0},"generated":{"line":3,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":4,"column":0},"generated":{"line":4,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":5,"column":0},"generated":{"line":5,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":6,"column":0},"generated":{"line":6,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":7,"column":0},"generated":{"line":7,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":8,"column":0},"generated":{"line":8,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":9,"column":0},"generated":{"line":9,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":10,"column":0},"generated":{"line":10,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":11,"column":0},"generated":{"line":11,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":12,"column":0},"generated":{"line":12,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":13,"column":0},"generated":{"line":13,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":14,"column":0},"generated":{"line":14,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":15,"column":0},"generated":{"line":15,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":16,"column":0},"generated":{"line":16,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":17,"column":0},"generated":{"line":17,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":18,"column":0},"generated":{"line":18,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":19,"column":0},"generated":{"line":19,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":20,"column":0},"generated":{"line":20,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":21,"column":0},"generated":{"line":21,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":22,"column":0},"generated":{"line":22,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":23,"column":0},"generated":{"line":23,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":24,"column":0},"generated":{"line":24,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":25,"column":0},"generated":{"line":25,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":26,"column":0},"generated":{"line":26,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":27,"column":0},"generated":{"line":27,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":28,"column":0},"generated":{"line":28,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":29,"column":0},"generated":{"line":29,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":30,"column":0},"generated":{"line":30,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":31,"column":0},"generated":{"line":31,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":32,"column":0},"generated":{"line":32,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":33,"column":0},"generated":{"line":33,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":34,"column":0},"generated":{"line":34,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":35,"column":0},"generated":{"line":35,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":36,"column":0},"generated":{"line":36,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":37,"column":0},"generated":{"line":37,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":38,"column":0},"generated":{"line":38,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":39,"column":0},"generated":{"line":39,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":40,"column":0},"generated":{"line":40,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":41,"column":0},"generated":{"line":41,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":42,"column":0},"generated":{"line":42,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":43,"column":0},"generated":{"line":43,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":44,"column":0},"generated":{"line":44,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":45,"column":0},"generated":{"line":45,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":46,"column":0},"generated":{"line":46,"column":0}},{"source":"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js","original":{"line":47,"column":0},"generated":{"line":47,"column":0}}],"sources":{"../../../../../../.nvm/versions/node/v6.10.2/lib/node_modules/parcel/node_modules/readable-stream/lib/_stream_passthrough.js":"// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/*<replacement>*/\nvar util = require('core-util-is');\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n cb(null, chunk);\n};"},"lineCount":47}},"hash":"5d2b69019f31d3577c7e18b9e79197c5","cacheData":{"env":{}}}
\No newline at end of file