UNPKG

overwatch-api-server

Version:
80 lines (79 loc) 1.88 kB
{ "_from": "trim-off-newlines@1.0.3", "_id": "trim-off-newlines@1.0.3", "_inBundle": false, "_integrity": "sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==", "_location": "/trim-off-newlines", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "trim-off-newlines@1.0.3", "name": "trim-off-newlines", "escapedName": "trim-off-newlines", "rawSpec": "1.0.3", "saveSpec": null, "fetchSpec": "1.0.3" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz", "_shasum": "8df24847fcb821b0ab27d58ab6efec9f2fe961a1", "_spec": "trim-off-newlines@1.0.3", "_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "github.com/stevemao" }, "bugs": { "url": "https://github.com/stevemao/trim-off-newlines/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Similar to String#trim() but removes only newlines", "devDependencies": { "mocha": "^3.5.3", "xo": "^0.17.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/stevemao/trim-off-newlines#readme", "keywords": [ "trim", "newlines", "new-lines", "newline", "new-lines", "string", "str", "util", "utils", "utility", "whitespace", "space", "remove", "delete" ], "license": "MIT", "name": "trim-off-newlines", "repository": { "type": "git", "url": "git+https://github.com/stevemao/trim-off-newlines.git" }, "scripts": { "test": "xo && mocha" }, "version": "1.0.3", "xo": { "envs": [ "node", "mocha" ] } }