package.json 2.67 KB
{
  "_args": [
    [
      {
        "raw": "pluralize@^3.0.0",
        "scope": null,
        "escapedName": "pluralize",
        "name": "pluralize",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api"
    ]
  ],
  "_from": "pluralize@>=3.0.0 <4.0.0",
  "_id": "pluralize@3.1.0",
  "_inCache": true,
  "_location": "/pluralize",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/pluralize-3.1.0.tgz_1481603755885_0.3670745936688036"
  },
  "_npmUser": {
    "name": "blakeembrey",
    "email": "hello@blakeembrey.com"
  },
  "_npmVersion": "4.0.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pluralize@^3.0.0",
    "scope": null,
    "escapedName": "pluralize",
    "name": "pluralize",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/bookshelf-api"
  ],
  "_resolved": "https://registry.npmjs.org/pluralize/-/pluralize-3.1.0.tgz",
  "_shasum": "84213d0a12356069daa84060c559242633161368",
  "_shrinkwrap": null,
  "_spec": "pluralize@^3.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/pluralize/issues"
  },
  "dependencies": {},
  "description": "Pluralize and singularize any word",
  "devDependencies": {
    "chai": "^3.2.0",
    "istanbul": "^0.3.0",
    "mocha": "^2.3.2",
    "semistandard": "^7.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "84213d0a12356069daa84060c559242633161368",
    "tarball": "https://registry.npmjs.org/pluralize/-/pluralize-3.1.0.tgz"
  },
  "files": [
    "pluralize.js"
  ],
  "gitHead": "9b71c461921658ab8b4d5a6d93b8660b9c4efb93",
  "homepage": "https://github.com/blakeembrey/pluralize#readme",
  "keywords": [
    "plural",
    "plurals",
    "pluralize",
    "singular",
    "singularize",
    "inflection"
  ],
  "license": "MIT",
  "main": "pluralize.js",
  "maintainers": [
    {
      "name": "blakeembrey",
      "email": "me@blakeembrey.com"
    }
  ],
  "name": "pluralize",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blakeembrey/pluralize.git"
  },
  "scripts": {
    "lint": "semistandard",
    "test": "npm run lint && npm run test-cov",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
    "test-spec": "mocha -R spec --bail"
  },
  "version": "3.1.0"
}