package.json 2.52 KB
{
  "_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"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
    ]
  ],
  "_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": [
    "/eslint",
    "/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": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
  "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": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-bom.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.0.0"
}