blob: 2f50aec283726e2a8ddacbcd59e6c92585056eea [file] [log] [blame]
{
"_from": "string.prototype.trim@~1.1.2",
"_id": "string.prototype.trim@1.1.2",
"_inBundle": false,
"_integrity": "sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=",
"_location": "/string.prototype.trim",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "string.prototype.trim@~1.1.2",
"name": "string.prototype.trim",
"escapedName": "string.prototype.trim",
"rawSpec": "~1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
},
"_requiredBy": [
"/tape"
],
"_resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz",
"_shasum": "d04de2c89e137f4d7d206f086b5ed2fae6be8cea",
"_spec": "string.prototype.trim@~1.1.2",
"_where": "/home/rafael/marvin/marvin-repl/nodejs_poc/node_modules/tape",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"bugs": {
"url": "https://github.com/es-shims/String.prototype.trim/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"define-properties": "^1.1.2",
"es-abstract": "^1.5.0",
"function-bind": "^1.0.2"
},
"deprecated": false,
"description": "ES5 spec-compliant shim for String.prototype.trim",
"devDependencies": {
"@es-shims/api": "^1.0.0",
"@ljharb/eslint-config": "^1.6.1",
"covert": "^1.1.0",
"eslint": "^1.10.3",
"jscs": "^2.9.0",
"nsp": "^2.2.0",
"replace": "^0.3.0",
"semver": "^5.1.0",
"tape": "^4.4.0"
},
"engines": {
"node": ">= 0.4"
},
"homepage": "https://github.com/es-shims/String.prototype.trim#readme",
"keywords": [
"String.prototype.trim",
"string",
"ES5",
"shim",
"trim",
"polyfill",
"es-shim API"
],
"license": "MIT",
"main": "index.js",
"name": "string.prototype.trim",
"repository": {
"type": "git",
"url": "git://github.com/es-shims/String.prototype.trim.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run jscs && npm run eslint",
"security": "nsp check",
"test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security",
"test:module": "node test/index.js",
"test:shimmed": "node test/shimmed.js",
"tests-only": "npm run test:shimmed && npm run test:module"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/9.0..latest",
"firefox/4.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/11.6..latest",
"opera/next",
"safari/5.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "1.1.2"
}