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
|
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": true,
"_integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ=",
"_location": "/cordova-ios/xml-escape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "xml-escape",
"escapedName": "xml-escape",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/cordova-ios"
],
"_resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
"_shasum": "3904c143fa8eb3a0030ec646d2902a2f1b706c44",
"_spec": "[email protected]",
"_where": "/Users/brodybits/Documents/cordova/cordova-ios",
"author": {
"name": "Michael Hernandez - [email protected]"
},
"bugs": {
"url": "https://github.com/miketheprogrammer/xml-escape/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Escape XML ",
"devDependencies": {
"tape": "~2.4.2"
},
"homepage": "https://github.com/miketheprogrammer/xml-escape",
"keywords": [
"Escape",
"XML",
"Unesacpe",
"encoding",
"xml-escape"
],
"license": "MIT License",
"main": "index.js",
"name": "xml-escape",
"repository": {
"type": "git",
"url": "git://github.com/miketheprogrammer/xml-escape.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.0"
}
|