{ "_args": [ [ { "raw": "strip-bom@^3.0.0", "scope": null, "escapedName": "strip-bom", "name": "strip-bom", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/load-json-file" ] ], "_from": "strip-bom@>=3.0.0 <4.0.0", "_id": "strip-bom@3.0.0", "_inCache": true, "_location": "/strip-bom", "_nodeVersion": "4.4.2", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/strip-bom-3.0.0.tgz_1462032162626_0.6434765527956188" }, "_npmUser": { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, "_npmVersion": "2.15.0", "_phantomChildren": {}, "_requested": { "raw": "strip-bom@^3.0.0", "scope": null, "escapedName": "strip-bom", "name": "strip-bom", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/jest-runtime", "/load-json-file" ], "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3", "_shrinkwrap": null, "_spec": "strip-bom@^3.0.0", "_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/load-json-file", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/strip-bom/issues" }, "dependencies": {}, "description": "Strip UTF-8 byte order mark (BOM) from a string", "devDependencies": { "ava": "*", "xo": "*" }, "directories": {}, "dist": { "shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3", "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "gitHead": "8258d09a069a5d5eb3d787c1d5d29737df1c8bba", "homepage": "https://github.com/sindresorhus/strip-bom#readme", "keywords": [ "strip", "bom", "byte", "order", "mark", "unicode", "utf8", "utf-8", "remove", "delete", "trim", "text", "string" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "strip-bom", "optionalDependencies": {}, "readme": "# strip-bom [![Build Status](https://travis-ci.org/sindresorhus/strip-bom.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-bom)\n\n> Strip UTF-8 [byte order mark](http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string\n\nFrom Wikipedia:\n\n> The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.\n\n\n## Install\n\n```\n$ npm install --save strip-bom\n```\n\n\n## Usage\n\n```js\nconst stripBom = require('strip-bom');\n\nstripBom('\\uFEFFunicorn');\n//=> 'unicorn'\n```\n\n\n## Related\n\n- [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module\n- [strip-bom-buf](https://github.com/sindresorhus/strip-bom-buf) - Buffer version of this module\n- [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n", "readmeFilename": "readme.md", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/strip-bom.git" }, "scripts": { "test": "xo && ava" }, "version": "3.0.0" }