Gazebo_simulation-Frontend/node_modules/string.prototype.trim/package.json

111 lines
2.9 KiB
JSON

{
"_args": [
[
"string.prototype.trim@1.2.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "string.prototype.trim@1.2.0",
"_id": "string.prototype.trim@1.2.0",
"_inBundle": false,
"_integrity": "sha512-9EIjYD/WdlvLpn987+ctkLf0FfvBefOCuiEr2henD8X+7jfwPnyvTdmW8OJhj5p+M0/96mBdynLWkxUr+rHlpg==",
"_location": "/string.prototype.trim",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "string.prototype.trim@1.2.0",
"name": "string.prototype.trim",
"escapedName": "string.prototype.trim",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/node-polyglot"
],
"_resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"bugs": {
"url": "https://github.com/es-shims/String.prototype.trim/issues"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.13.0",
"function-bind": "^1.1.1"
},
"description": "ES5 spec-compliant shim for String.prototype.trim",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"eslint": "^5.16.0",
"functions-have-names": "^1.1.0",
"replace": "^1.1.0",
"semver": "^6.2.0",
"tape": "^4.11.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/{index,shimmed}*.js",
"lint": "eslint .",
"posttest": "npx aud",
"pretest": "npm run --silent lint && es-shim-api --bound",
"test": "npm run --silent tests-only",
"test:module": "node test/index.js",
"test:shimmed": "node test/shimmed.js",
"tests-only": "npm run --silent test:shimmed && npm run --silent 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.2.0"
}