File: //home/arjun/projects/buyercall/node_modules/underscore.string/package.json
{
"_args": [
[
"underscore.string@3.3.6",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "underscore.string@3.3.6",
"_id": "underscore.string@3.3.6",
"_inBundle": false,
"_integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==",
"_location": "/underscore.string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "underscore.string@3.3.6",
"name": "underscore.string",
"escapedName": "underscore.string",
"rawSpec": "3.3.6",
"saveSpec": null,
"fetchSpec": "3.3.6"
},
"_requiredBy": [
"/grunt-legacy-util"
],
"_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz",
"_spec": "3.3.6",
"_where": "/home/arjun/projects/buyercall",
"bugs": {
"url": "https://github.com/epeli/underscore.string/issues"
},
"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>"
},
{
"name": "Christoph Hermann",
"email": "schtoeffel@gmail.com",
"url": "<https://github.com/stoeffel>"
}
],
"dependencies": {
"sprintf-js": "^1.1.1",
"util-deprecate": "^1.0.2"
},
"description": "String manipulation extensions for Underscore.js javascript library.",
"devDependencies": {
"browserify": "^16.2.3",
"browserify-header": "^0.9.4",
"eslint": "^5.6.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"replace": "^1.0.0",
"uglifyjs": "^2.4.11",
"underscore": "^1.9.1"
},
"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": {
"build": "npm run build:clean && npm run build:bundle && npm run build:min",
"build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header -s s",
"build:clean": "rm -rf dist",
"build:min": "uglifyjs dist/underscore.string.js -o dist/underscore.string.min.js --comments",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --report=lcov --ui=qunit tests",
"release": "npm test && npm run release:version && npm run build && npm run release:push",
"release:push": "node scripts/push-tags.js",
"release:version": "node scripts/bump-version.js",
"test": "npm run test:lint && npm run test:unit && npm run coverage",
"test:lint": "eslint -c .eslintrc .",
"test:unit": "mocha --ui=qunit tests"
},
"version": "3.3.6",
"volta": {
"node": "16.13.2"
}
}