| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "_args": [
- [
- "underscore.string@~3.1.1",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint"
- ]
- ],
- "_from": "underscore.string@>=3.1.1 <3.2.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/underscore.string",
- "_nodeVersion": "1.1.0",
- "_npmUser": {
- "email": "[email protected]",
- "name": "schtoeffel"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "underscore.string",
- "raw": "underscore.string@~3.1.1",
- "rawSpec": "~3.1.1",
- "scope": null,
- "spec": ">=3.1.1 <3.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/tslint"
- ],
- "_resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.1.1.tgz",
- "_shasum": "0cdd6bcad0c046fd7663d305d8a785b5da10f335",
- "_shrinkwrap": null,
- "_spec": "underscore.string@~3.1.1",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint",
- "bugs": {
- "url": "https://github.com/epeli/underscore.string/issues"
- },
- "contributors": [
- {
- "name": "Esa-Matti Suuronen",
- "email": "[email protected]",
- "url": "http://esa-matti.suuronen.org/"
- },
- {
- "name": "Edward Tsech",
- "email": "[email protected]"
- },
- {
- "name": "Pavel Pravosud",
- "email": "[email protected]",
- "url": "<https://github.com/rwz>"
- },
- {
- "name": "Sasha Koss",
- "email": "[email protected]",
- "url": "http://koss.nocorp.me/"
- },
- {
- "name": "Vladimir Dronnikov",
- "email": "[email protected]"
- },
- {
- "name": "Pete Kruckenberg",
- "email": "https://github.com/kruckenb",
- "url": "<https://github.com/kruckenb>"
- },
- {
- "name": "Paul Chavard",
- "email": "[email protected]",
- "url": "<http://tchak.net>"
- },
- {
- "name": "Ed Finkler",
- "email": "[email protected]",
- "url": "<http://funkatron.com>"
- }
- ],
- "dependencies": {},
- "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-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": "./"
- },
- "dist": {
- "shasum": "0cdd6bcad0c046fd7663d305d8a785b5da10f335",
- "tarball": "http://registry.npmjs.org/underscore.string/-/underscore.string-3.1.1.tgz"
- },
- "engines": {
- "node": "*"
- },
- "gitHead": "ea91a4425a2ae2bb915c7e72c2b2b2dc464a63c4",
- "homepage": "http://epeli.github.com/underscore.string/",
- "jshintConfig": {
- "browser": true,
- "globals": {
- "s": true
- },
- "node": true,
- "qunit": true
- },
- "keywords": [
- "string",
- "underscore"
- ],
- "license": "MIT",
- "main": "./index.js",
- "maintainers": [
- {
- "name": "edtsech",
- "email": "[email protected]"
- },
- {
- "name": "rwz",
- "email": "[email protected]"
- },
- {
- "name": "epeli",
- "email": "[email protected]"
- },
- {
- "name": "schtoeffel",
- "email": "[email protected]"
- }
- ],
- "name": "underscore.string",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/epeli/underscore.string.git"
- },
- "scripts": {
- "test": "gulp test"
- },
- "version": "3.1.1"
- }
|