|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
434 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "escape-html",
|
|---|
| 3 | "description": "Escape string for use in HTML",
|
|---|
| 4 | "version": "1.0.3",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "keywords": [
|
|---|
| 7 | "escape",
|
|---|
| 8 | "html",
|
|---|
| 9 | "utility"
|
|---|
| 10 | ],
|
|---|
| 11 | "repository": "component/escape-html",
|
|---|
| 12 | "devDependencies": {
|
|---|
| 13 | "benchmark": "1.0.0",
|
|---|
| 14 | "beautify-benchmark": "0.2.4"
|
|---|
| 15 | },
|
|---|
| 16 | "files": [
|
|---|
| 17 | "LICENSE",
|
|---|
| 18 | "Readme.md",
|
|---|
| 19 | "index.js"
|
|---|
| 20 | ],
|
|---|
| 21 | "scripts": {
|
|---|
| 22 | "bench": "node benchmark/index.js"
|
|---|
| 23 | }
|
|---|
| 24 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.