main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
434 bytes
|
Rev | Line | |
---|
[d24f17c] | 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.