1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "escape-goat@^2.0.0",
- "_id": "escape-goat@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==",
- "_location": "/escape-goat",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "escape-goat@^2.0.0",
- "name": "escape-goat",
- "escapedName": "escape-goat",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/pupa"
- ],
- "_resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz",
- "_shasum": "1b2dc77003676c457ec760b2dc68edb648188675",
- "_spec": "escape-goat@^2.0.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/pupa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/escape-goat/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Escape a string for use in HTML or the inverse",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/escape-goat#readme",
- "keywords": [
- "escape",
- "unescape",
- "html",
- "entity",
- "entities",
- "escaping",
- "sanitize",
- "sanitization",
- "utility",
- "template",
- "attribute",
- "value",
- "interpolate",
- "xss",
- "goat",
- "🐐"
- ],
- "license": "MIT",
- "name": "escape-goat",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/escape-goat.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.1.1"
- }
|