remedial.js/package.json

23 lines
603 B
JSON
Raw Permalink Normal View History

2018-05-10 00:11:35 +00:00
{
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"contributors": [ "Douglas Crockford <douglas@crockford.com>" ],
"dependencies": {},
"description": "Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript",
2018-05-10 00:22:12 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/remedial.js",
2018-05-10 00:14:57 +00:00
"engines": {
"node": "*"
},
2018-05-10 00:11:35 +00:00
"keywords": [
"util",
"isEmpty",
"typeOf",
"entityify",
"quote",
"supplant",
"trim"
],
2018-05-10 00:24:21 +00:00
"main": "./index",
2018-05-10 00:11:35 +00:00
"name": "remedial",
2018-05-10 00:24:21 +00:00
"version": "1.0.7"
2018-05-10 00:11:35 +00:00
}