funcunit
Version:
<!-- @hide title
68 lines (67 loc) • 1.7 kB
JSON
{
"_from": "js-string-escape@1.0.0",
"_id": "js-string-escape@1.0.0",
"_inBundle": false,
"_integrity": "sha1-0tI2X9Lms5SLg3SsdiisDoTQAAI=",
"_location": "/js-string-escape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-string-escape@1.0.0",
"name": "js-string-escape",
"escapedName": "js-string-escape",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/transpile"
],
"_resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz",
"_shasum": "d2d2365fd2e6b3948b8374ac7628ac0e84d00002",
"_spec": "js-string-escape@1.0.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/transpile",
"author": {
"name": "Jo Liss",
"email": "joliss42@gmail.com"
},
"bugs": {
"url": "https://github.com/joliss/js-string-escape/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "Escape strings for use as JavaScript string literals",
"devDependencies": {
"punycode": "~> 1.2.1",
"tap": "~> 0.4.2"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/joliss/js-string-escape#readme",
"keywords": [
"string",
"escape",
"backslash",
"javascript",
"ecmascript"
],
"license": "MIT",
"main": "index.js",
"name": "js-string-escape",
"repository": {
"type": "git",
"url": "git+https://github.com/joliss/js-string-escape.git"
},
"scripts": {
"test": "tap test"
},
"version": "1.0.0"
}