package.json 2.5 KB
{
  "_args": [
    [
      {
        "raw": "detect-indent@^4.0.0",
        "scope": null,
        "escapedName": "detect-indent",
        "name": "detect-indent",
        "rawSpec": "^4.0.0",
        "spec": ">=4.0.0 <5.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-generator"
    ]
  ],
  "_from": "detect-indent@>=4.0.0 <5.0.0",
  "_id": "detect-indent@4.0.0",
  "_inCache": true,
  "_location": "/detect-indent",
  "_nodeVersion": "3.0.0",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.13.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "detect-indent@^4.0.0",
    "scope": null,
    "escapedName": "detect-indent",
    "name": "detect-indent",
    "rawSpec": "^4.0.0",
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-generator"
  ],
  "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
  "_shasum": "f76d064352cdf43a1cb6ce619c4ee3a9475de208",
  "_shrinkwrap": null,
  "_spec": "detect-indent@^4.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-generator",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/detect-indent/issues"
  },
  "dependencies": {
    "repeating": "^2.0.0"
  },
  "description": "Detect the indentation of code",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "f76d064352cdf43a1cb6ce619c4ee3a9475de208",
    "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "dbbc78fcb37907116eb120a8324070a1df0e8d86",
  "homepage": "https://github.com/sindresorhus/detect-indent",
  "keywords": [
    "indent",
    "indentation",
    "detect",
    "infer",
    "identify",
    "code",
    "string",
    "text",
    "source",
    "space",
    "tab"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "detect-indent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/detect-indent.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "4.0.0",
  "xo": {
    "ignores": [
      "fixture/**"
    ]
  }
}