123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "sax@1.1.4",
- "_id": "sax@1.1.4",
- "_inBundle": false,
- "_integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=",
- "_location": "/sax",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sax@1.1.4",
- "name": "sax",
- "escapedName": "sax",
- "rawSpec": "1.1.4",
- "saveSpec": null,
- "fetchSpec": "1.1.4"
- },
- "_requiredBy": [
- "/elementtree"
- ],
- "_resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
- "_shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
- "_spec": "sax@1.1.4",
- "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App/node_modules/elementtree",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/sax-js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "An evented streaming XML parser in JavaScript",
- "devDependencies": {
- "standard": "^5.3.1",
- "tap": "^2.1.1"
- },
- "files": [
- "lib/sax.js",
- "LICENSE",
- "LICENSE-W3C.html",
- "README.md"
- ],
- "homepage": "https://github.com/isaacs/sax-js#readme",
- "license": "ISC",
- "main": "lib/sax.js",
- "name": "sax",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/sax-js.git"
- },
- "scripts": {
- "lint": "standard -F test/*.js lib/*.js",
- "posttest": "npm run lint",
- "test": "tap test/*.js"
- },
- "version": "1.1.4"
- }
|