package.json 2.94 KB
{
  "_from": "underscore.string@~3.2.3",
  "_id": "underscore.string@3.2.3",
  "_inBundle": false,
  "_integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=",
  "_location": "/underscore.string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "underscore.string@~3.2.3",
    "name": "underscore.string",
    "escapedName": "underscore.string",
    "rawSpec": "~3.2.3",
    "saveSpec": null,
    "fetchSpec": "~3.2.3"
  },
  "_requiredBy": [
    "/grunt-legacy-log",
    "/grunt-legacy-util"
  ],
  "_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz",
  "_shasum": "806992633665d5e5fcb4db1fb3a862eb68e9e6da",
  "_spec": "underscore.string@~3.2.3",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\grunt-legacy-log",
  "bugs": {
    "url": "https://github.com/epeli/underscore.string/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Esa-Matti Suuronen",
      "email": "esa-matti@suuronen.org",
      "url": "http://esa-matti.suuronen.org/"
    },
    {
      "name": "Edward Tsech",
      "email": "edtsech@gmail.com"
    },
    {
      "name": "Pavel Pravosud",
      "email": "pavel@pravosud.com",
      "url": "<https://github.com/rwz>"
    },
    {
      "name": "Sasha Koss",
      "email": "kossnocorp@gmail.com",
      "url": "http://koss.nocorp.me/"
    },
    {
      "name": "Vladimir Dronnikov",
      "email": "dronnikov@gmail.com"
    },
    {
      "name": "Pete Kruckenberg",
      "email": "https://github.com/kruckenb",
      "url": "<https://github.com/kruckenb>"
    },
    {
      "name": "Paul Chavard",
      "email": "paul@chavard.net",
      "url": "<http://tchak.net>"
    },
    {
      "name": "Ed Finkler",
      "email": "coj@funkatron.com",
      "url": "<http://funkatron.com>"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "String manipulation extensions for Underscore.js javascript library.",
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-bench": "^1.1.0",
    "gulp-browserify": "~0.5.0",
    "gulp-bump": "~0.1.11",
    "gulp-eslint": "^1.1.1",
    "gulp-header": "^1.2.2",
    "gulp-istanbul": "^0.6.0",
    "gulp-mocha": "^2.0.0",
    "gulp-param": "~0.6.3",
    "gulp-rename": "~1.2.0",
    "gulp-replace": "~0.5.0",
    "gulp-rimraf": "^0.1.1",
    "gulp-uglify": "~1.0.1",
    "mocha": "^2.1.0",
    "underscore": "^1.7.0"
  },
  "directories": {
    "lib": "./"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "http://epeli.github.com/underscore.string/",
  "jshintConfig": {
    "node": true,
    "browser": true,
    "qunit": true,
    "globals": {
      "s": true
    }
  },
  "keywords": [
    "underscore",
    "string"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "underscore.string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epeli/underscore.string.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "version": "3.2.3"
}