{

"_from": "string.prototype.trimleft@^2.1.0",
"_id": "string.prototype.trimleft@2.1.0",
"_inBundle": false,
"_integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==",
"_location": "/string.prototype.trimleft",
"_phantomChildren": {},
"_requested": {
  "type": "range",
  "registry": true,
  "raw": "string.prototype.trimleft@^2.1.0",
  "name": "string.prototype.trimleft",
  "escapedName": "string.prototype.trimleft",
  "rawSpec": "^2.1.0",
  "saveSpec": null,
  "fetchSpec": "^2.1.0"
},
"_requiredBy": [
  "/es-abstract"
],
"_resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz",
"_shasum": "6cc47f0d7eb8d62b0f3701611715a3954591d634",
"_spec": "string.prototype.trimleft@^2.1.0",
"_where": "/Users/flatironschool/Desktop/Curriculum/learn_create/lib/templates/javascript_lab_template/node_modules/es-abstract",
"author": {
  "name": "Jordan Harband"
},
"bugs": {
  "url": "https://github.com/es-shims/String.prototype.trimLeft/issues"
},
"bundleDependencies": false,
"dependencies": {
  "define-properties": "^1.1.3",
  "function-bind": "^1.1.1"
},
"deprecated": false,
"description": "ES7 spec-compliant String.prototype.trimLeft shim.",
"devDependencies": {
  "@es-shims/api": "^2.1.2",
  "@ljharb/eslint-config": "^14.1.0",
  "covert": "^1.1.1",
  "eslint": "^6.3.0",
  "functions-have-names": "^1.1.1",
  "tape": "^4.11.0"
},
"engines": {
  "node": ">= 0.4"
},
"homepage": "https://github.com/es-shims/String.prototype.trimLeft#readme",
"keywords": [
  "String.prototype.trimLeft",
  "string",
  "ES7",
  "shim",
  "trim",
  "trimLeft",
  "trimRight",
  "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",
  "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.0"

}