71 lines
1.7 KiB
JSON

{
"_from": "js-string-escape@^1.0.1",
"_id": "js-string-escape@1.0.1",
"_inBundle": false,
"_integrity": "sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=",
"_location": "/js-string-escape",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-string-escape@^1.0.1",
"name": "js-string-escape",
"escapedName": "js-string-escape",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/cypress-cucumber-preprocessor"
],
"_resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
"_shasum": "e2625badbc0d67c7533e9edc1068c587ae4137ef",
"_spec": "js-string-escape@^1.0.1",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor",
"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"
},
"files": [
"index.js"
],
"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.1"
}