1{
2  "_args": [
3    [
4      "underscore.string@3.3.5",
5      "/usr/home/0mp/f/freebsd-ports/textproc/write-good/work/write-good-1.0.8"
6    ]
7  ],
8  "_development": true,
9  "_from": "underscore.string@3.3.5",
10  "_id": "underscore.string@3.3.5",
11  "_inBundle": false,
12  "_integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",
13  "_location": "/underscore.string",
14  "_phantomChildren": {},
15  "_requested": {
16    "type": "version",
17    "registry": true,
18    "raw": "underscore.string@3.3.5",
19    "name": "underscore.string",
20    "escapedName": "underscore.string",
21    "rawSpec": "3.3.5",
22    "saveSpec": null,
23    "fetchSpec": "3.3.5"
24  },
25  "_requiredBy": [
26    "/grunt-legacy-util"
27  ],
28  "_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",
29  "_spec": "3.3.5",
30  "_where": "/usr/home/0mp/f/freebsd-ports/textproc/write-good/work/write-good-1.0.8",
31  "bugs": {
32    "url": "https://github.com/epeli/underscore.string/issues"
33  },
34  "contributors": [
35    {
36      "name": "Esa-Matti Suuronen",
37      "email": "esa-matti@suuronen.org",
38      "url": "http://esa-matti.suuronen.org/"
39    },
40    {
41      "name": "Edward Tsech",
42      "email": "edtsech@gmail.com"
43    },
44    {
45      "name": "Pavel Pravosud",
46      "email": "pavel@pravosud.com",
47      "url": "<https://github.com/rwz>"
48    },
49    {
50      "name": "Sasha Koss",
51      "email": "kossnocorp@gmail.com",
52      "url": "http://koss.nocorp.me/"
53    },
54    {
55      "name": "Vladimir Dronnikov",
56      "email": "dronnikov@gmail.com"
57    },
58    {
59      "name": "Pete Kruckenberg",
60      "email": "https://github.com/kruckenb",
61      "url": "<https://github.com/kruckenb>"
62    },
63    {
64      "name": "Paul Chavard",
65      "email": "paul@chavard.net",
66      "url": "<http://tchak.net>"
67    },
68    {
69      "name": "Ed Finkler",
70      "email": "coj@funkatron.com",
71      "url": "<http://funkatron.com>"
72    },
73    {
74      "name": "Christoph Hermann",
75      "email": "schtoeffel@gmail.com",
76      "url": "<https://github.com/stoeffel>"
77    }
78  ],
79  "dependencies": {
80    "sprintf-js": "^1.0.3",
81    "util-deprecate": "^1.0.2"
82  },
83  "description": "String manipulation extensions for Underscore.js javascript library.",
84  "devDependencies": {
85    "browserify": "^13.0.0",
86    "browserify-header": "^0.9.2",
87    "eslint": "^1.10.3",
88    "istanbul": "^0.4.2",
89    "mocha": "^2.1.0",
90    "mocha-lcov-reporter": "^1.0.0",
91    "replace": "^0.3.0",
92    "uglifyjs": "^2.4.10",
93    "underscore": "^1.7.0"
94  },
95  "directories": {
96    "lib": "./"
97  },
98  "engines": {
99    "node": "*"
100  },
101  "homepage": "http://epeli.github.com/underscore.string/",
102  "jshintConfig": {
103    "node": true,
104    "browser": true,
105    "qunit": true,
106    "globals": {
107      "s": true
108    }
109  },
110  "keywords": [
111    "underscore",
112    "string"
113  ],
114  "license": "MIT",
115  "main": "./index.js",
116  "name": "underscore.string",
117  "repository": {
118    "type": "git",
119    "url": "git+https://github.com/epeli/underscore.string.git"
120  },
121  "scripts": {
122    "build": "npm run build:clean && npm run build:bundle && npm run build:min",
123    "build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header -s s",
124    "build:clean": "rm -rf dist",
125    "build:min": "uglifyjs dist/underscore.string.js -o dist/underscore.string.min.js --comments",
126    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha  -- --report=lcov --ui=qunit tests",
127    "release": "npm test && npm run release:version && npm run build && npm run release:push",
128    "release:push": "node scripts/push-tags.js",
129    "release:version": "node scripts/bump-version.js",
130    "test": "npm run test:lint && npm run test:unit && npm run coverage",
131    "test:lint": "eslint -c .eslintrc .",
132    "test:unit": "mocha --ui=qunit tests"
133  },
134  "version": "3.3.5"
135}
136