package.json 2.38 KB
{
  "_args": [
    [
      {
        "raw": "trim-right@^1.0.1",
        "scope": null,
        "escapedName": "trim-right",
        "name": "trim-right",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-generator"
    ]
  ],
  "_from": "trim-right@>=1.0.1 <2.0.0",
  "_id": "trim-right@1.0.1",
  "_inCache": true,
  "_location": "/trim-right",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "trim-right@^1.0.1",
    "scope": null,
    "escapedName": "trim-right",
    "name": "trim-right",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-generator"
  ],
  "_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
  "_shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
  "_shrinkwrap": null,
  "_spec": "trim-right@^1.0.1",
  "_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/trim-right/issues"
  },
  "dependencies": {},
  "description": "Similar to String#trim() but removes only whitespace on the right",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
    "tarball": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "105fb46669afb0deb49d14bd688b276297e59dff",
  "homepage": "https://github.com/sindresorhus/trim-right",
  "keywords": [
    "trim",
    "right",
    "string",
    "str",
    "util",
    "utils",
    "utility",
    "whitespace",
    "space",
    "remove",
    "delete"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "trim-right",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/trim-right.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.1"
}