package.json 2.19 KB
{
  "_args": [
    [
      {
        "raw": "slash@^1.0.0",
        "scope": null,
        "escapedName": "slash",
        "name": "slash",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli"
    ]
  ],
  "_from": "slash@>=1.0.0 <2.0.0",
  "_id": "slash@1.0.0",
  "_inCache": true,
  "_location": "/slash",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "slash@^1.0.0",
    "scope": null,
    "escapedName": "slash",
    "name": "slash",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-cli",
    "/babel-core"
  ],
  "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  "_shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  "_shrinkwrap": null,
  "_spec": "slash@^1.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/slash/issues"
  },
  "dependencies": {},
  "description": "Convert Windows backslash paths to slash paths",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
    "tarball": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "c801dd4568ad9380b534067eabe88942394f82ff",
  "homepage": "https://github.com/sindresorhus/slash",
  "keywords": [
    "path",
    "seperator",
    "sep",
    "slash",
    "backslash",
    "windows",
    "win"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "slash",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/slash.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}