15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "js-string-escape@1.0.1",
  "_id": "js-string-escape@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==",
  "_location": "/js-string-escape",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-string-escape@1.0.1",
    "name": "js-string-escape",
    "escapedName": "js-string-escape",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/javascript-obfuscator"
  ],
  "_resolved": "https://registry.npmmirror.com/js-string-escape/-/js-string-escape-1.0.1.tgz",
  "_shasum": "e2625badbc0d67c7533e9edc1068c587ae4137ef",
  "_spec": "js-string-escape@1.0.1",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/javascript-obfuscator",
  "author": {
    "name": "Jo Liss",
    "email": "joliss42@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/joliss/js-string-escape/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Mathias Bynens",
      "url": "http://mathiasbynens.be/"
    }
  ],
  "deprecated": false,
  "description": "Escape strings for use as JavaScript string literals",
  "devDependencies": {
    "punycode": "~> 1.2.1",
    "tap": "~> 0.4.2"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/joliss/js-string-escape#readme",
  "keywords": [
    "string",
    "escape",
    "backslash",
    "javascript",
    "ecmascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "js-string-escape",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joliss/js-string-escape.git"
  },
  "scripts": {
    "test": "tap test"
  },
  "version": "1.0.1"
}