Newer
Older
CVSS_3.0_GUI / dist / CVSS_3.0_Calc-1.0.0-linux-x64 / node_modules / nwjs-builder-phoenix / node_modules / yargs / node_modules / read-pkg-up / node_modules / read-pkg / node_modules / load-json-file / node_modules / strip-bom / package.json
root on 7 May 2019 1 KB Initial commit
{
  "name": "strip-bom",
  "version": "2.0.0",
  "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-bom.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "bom",
    "strip",
    "byte",
    "mark",
    "unicode",
    "utf8",
    "utf-8",
    "remove",
    "delete",
    "trim",
    "text",
    "buffer",
    "string"
  ],
  "dependencies": {
    "is-utf8": "^0.2.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "gitHead": "851b9c126dba9561cc14ef3dc2634dcc11df4d11",
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-bom/issues"
  },
  "homepage": "https://github.com/sindresorhus/strip-bom",
  "_id": "strip-bom@2.0.0",
  "_shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
  "_from": "strip-bom@^2.0.0",
  "_npmVersion": "2.11.2",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "dist": {
    "shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
    "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  "readme": "ERROR: No README data found!"
}