123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "xml-escape@^1.1.0",
- "_id": "xml-escape@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ=",
- "_location": "/xml-escape",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "xml-escape@^1.1.0",
- "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": "xml-escape@^1.1.0",
- "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\cordova-ios",
- "author": {
- "name": "Michael Hernandez - michael.hernandez1988@gmail.com"
- },
- "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"
- }
|