{ "_args": [ [ "string.prototype.padend@3.1.0", "E:\\item\\newItem\\admin" ] ], "_development": true, "_from": "string.prototype.padend@3.1.0", "_id": "string.prototype.padend@3.1.0", "_inBundle": false, "_integrity": "sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==", "_location": "/string.prototype.padend", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "string.prototype.padend@3.1.0", "name": "string.prototype.padend", "escapedName": "string.prototype.padend", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/@vue/cli-service" ], "_resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz", "_spec": "3.1.0", "_where": "E:\\item\\newItem\\admin", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "bugs": { "url": "https://github.com/es-shims/String.prototype.padEnd/issues" }, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.0-next.1" }, "description": "ES2017 spec-compliant String.prototype.padEnd shim.", "devDependencies": { "@es-shims/api": "^2.1.2", "@ljharb/eslint-config": "^15.0.2", "covert": "^1.1.1", "eslint": "^6.7.2", "function-bind": "^1.1.1", "functions-have-names": "^1.2.0", "tape": "^4.11.0" }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/es-shims/String.prototype.padEnd#readme", "keywords": [ "String.prototype.padRight", "String.prototype.padEnd", "string", "ES2017", "ES8", "shim", "trim", "padLeft", "padRight", "padStart", "padEnd", "polyfill", "es-shim API" ], "license": "MIT", "main": "index.js", "name": "string.prototype.padend", "repository": { "type": "git", "url": "git://github.com/es-shims/String.prototype.padEnd.git" }, "scripts": { "coverage": "covert test/*.js", "coverage-quiet": "covert test/*.js --quiet", "lint": "eslint .", "posttest": "npx aud", "pretest": "npm run --silent lint", "test": "npm run --silent tests-only", "test:module": "node test/index.js", "test:shimmed": "node test/shimmed.js", "tests-only": "es-shim-api --bound && 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": "3.1.0" }