{ "_from": "strip-bom-string@^0.1.2", "_id": "strip-bom-string@0.1.2", "_inBundle": false, "_integrity": "sha1-nG5yCjE7qYNliVGEBcz7iKX0G5w=", "_location": "/strip-bom-string", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "strip-bom-string@^0.1.2", "name": "strip-bom-string", "escapedName": "strip-bom-string", "rawSpec": "^0.1.2", "saveSpec": null, "fetchSpec": "^0.1.2" }, "_requiredBy": [ "/base-config-schema/file-contents" ], "_resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-0.1.2.tgz", "_shasum": "9c6e720a313ba9836589518405ccfb88a5f41b9c", "_spec": "strip-bom-string@^0.1.2", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config-schema/node_modules/file-contents", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/strip-bom-string/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Strip a byte order mark (BOM) from a string.", "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/strip-bom-string", "keywords": [ "bom", "byte", "byte-order-mark", "file", "fs", "mark", "nl", "normalize", "order", "string" ], "license": "MIT", "main": "index.js", "name": "strip-bom-string", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/strip-bom-string.git" }, "scripts": { "test": "mocha" }, "verb": { "related": { "list": [ "cr", "has-bom", "strip-bom-buffer", "read-file" ] } }, "version": "0.1.2" }