{ "_from": "string.prototype.trimleft@^2.1.1", "_id": "string.prototype.trimleft@2.1.2", "_inBundle": false, "_integrity": "sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==", "_location": "/string.prototype.trimleft", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "string.prototype.trimleft@^2.1.1", "name": "string.prototype.trimleft", "escapedName": "string.prototype.trimleft", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/es-abstract" ], "_resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz", "_shasum": "4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc", "_spec": "string.prototype.trimleft@^2.1.1", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es-abstract", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "bugs": { "url": "https://github.com/es-shims/String.prototype.trimLeft/issues" }, "bundleDependencies": false, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5", "string.prototype.trimstart": "^1.0.0" }, "deprecated": false, "description": "ES2019 spec-compliant String.prototype.trimLeft shim.", "devDependencies": { "@es-shims/api": "^2.1.2", "@ljharb/eslint-config": "^16.0.0", "covert": "^1.1.1", "eslint": "^6.8.0", "functions-have-names": "^1.2.1", "safe-publish-latest": "^1.1.4", "tape": "^5.0.0-next.4" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/es-shims/String.prototype.trimLeft#readme", "keywords": [ "String.prototype.trimLeft", "string", "ES7", "ES2019", "shim", "trim", "trimLeft", "trimStart", "trimRight", "trimEnd", "polyfill", "es-shim API" ], "license": "MIT", "main": "index.js", "name": "string.prototype.trimleft", "repository": { "type": "git", "url": "git://github.com/es-shims/String.prototype.trimLeft.git" }, "scripts": { "coverage": "covert test/*.js", "lint": "eslint .", "posttest": "npx aud", "prepublish": "safe-publish-latest", "pretest": "npm run lint && es-shim-api --bound", "test": "npm run tests-only", "test:module": "node test", "test:shimmed": "node test/shimmed", "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": "2.1.2" }