| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | 
							- {
 
-   "_from": "jsesc@^3.0.2",
 
-   "_id": "jsesc@3.1.0",
 
-   "_inBundle": false,
 
-   "_integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
 
-   "_location": "/jsesc",
 
-   "_phantomChildren": {},
 
-   "_requested": {
 
-     "type": "range",
 
-     "registry": true,
 
-     "raw": "jsesc@^3.0.2",
 
-     "name": "jsesc",
 
-     "escapedName": "jsesc",
 
-     "rawSpec": "^3.0.2",
 
-     "saveSpec": null,
 
-     "fetchSpec": "^3.0.2"
 
-   },
 
-   "_requiredBy": [
 
-     "/@babel/generator"
 
-   ],
 
-   "_resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
 
-   "_shasum": "74d335a234f67ed19907fdadfac7ccf9d409825d",
 
-   "_spec": "jsesc@^3.0.2",
 
-   "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\generator",
 
-   "author": {
 
-     "name": "Mathias Bynens",
 
-     "url": "https://mathiasbynens.be/"
 
-   },
 
-   "bin": {
 
-     "jsesc": "bin/jsesc"
 
-   },
 
-   "bugs": {
 
-     "url": "https://github.com/mathiasbynens/jsesc/issues"
 
-   },
 
-   "bundleDependencies": false,
 
-   "deprecated": false,
 
-   "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
 
-   "devDependencies": {
 
-     "coveralls": "^2.11.6",
 
-     "grunt": "^0.4.5",
 
-     "grunt-cli": "^1.3.2",
 
-     "grunt-template": "^0.2.3",
 
-     "istanbul": "^0.4.2",
 
-     "mocha": "^5.2.0",
 
-     "regenerate": "^1.3.0",
 
-     "requirejs": "^2.1.22",
 
-     "unicode-13.0.0": "0.8.0"
 
-   },
 
-   "engines": {
 
-     "node": ">=6"
 
-   },
 
-   "files": [
 
-     "LICENSE-MIT.txt",
 
-     "jsesc.js",
 
-     "bin/",
 
-     "man/"
 
-   ],
 
-   "homepage": "https://mths.be/jsesc",
 
-   "keywords": [
 
-     "buffer",
 
-     "escape",
 
-     "javascript",
 
-     "json",
 
-     "map",
 
-     "set",
 
-     "string",
 
-     "stringify",
 
-     "tool"
 
-   ],
 
-   "license": "MIT",
 
-   "main": "jsesc.js",
 
-   "man": [
 
-     "man/jsesc.1"
 
-   ],
 
-   "name": "jsesc",
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "git+https://github.com/mathiasbynens/jsesc.git"
 
-   },
 
-   "scripts": {
 
-     "build": "grunt template",
 
-     "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
 
-     "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
 
-     "test": "mocha tests"
 
-   },
 
-   "version": "3.1.0"
 
- }
 
 
  |