| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/happymandarin/node_modules/jsesc/ |
Upload File : |
{
"_args": [
[
{
"raw": "jsesc@2.2.0",
"scope": null,
"escapedName": "jsesc",
"name": "jsesc",
"rawSpec": "2.2.0",
"spec": "2.2.0",
"type": "version"
},
"/home/gavin/workspace/meanjs/node_modules/gulp-angular-templatecache"
]
],
"_from": "jsesc@2.2.0",
"_id": "jsesc@2.2.0",
"_inCache": true,
"_location": "/jsesc",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/jsesc-2.2.0.tgz_1465308016083_0.46306405449286103"
},
"_npmUser": {
"name": "mathias",
"email": "mathias@qiwi.be"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "jsesc@2.2.0",
"scope": null,
"escapedName": "jsesc",
"name": "jsesc",
"rawSpec": "2.2.0",
"spec": "2.2.0",
"type": "version"
},
"_requiredBy": [
"/gulp-angular-templatecache"
],
"_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.2.0.tgz",
"_shasum": "c35a8613a3806c8ec3bafc0b0e196f020f7aab01",
"_shrinkwrap": null,
"_spec": "jsesc@2.2.0",
"_where": "/home/gavin/workspace/meanjs/node_modules/gulp-angular-templatecache",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bin": {
"jsesc": "bin/jsesc"
},
"bugs": {
"url": "https://github.com/mathiasbynens/jsesc/issues"
},
"dependencies": {},
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
"devDependencies": {
"coveralls": "^2.11.6",
"grunt": "^0.4.5",
"grunt-template": "^0.2.3",
"istanbul": "^0.4.2",
"mocha": "*",
"regenerate": "^1.3.0",
"requirejs": "^2.1.22"
},
"directories": {},
"dist": {
"shasum": "c35a8613a3806c8ec3bafc0b0e196f020f7aab01",
"tarball": "https://registry.npmjs.org/jsesc/-/jsesc-2.2.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"LICENSE-MIT.txt",
"jsesc.js",
"bin/",
"man/"
],
"gitHead": "30be7a62d862d8b5b49ffc4424a10c85f0ee6f6d",
"homepage": "https://mths.be/jsesc",
"keywords": [
"string",
"escape",
"javascript",
"tool"
],
"license": "MIT",
"main": "jsesc.js",
"maintainers": [
{
"name": "mathias",
"email": "mathias@qiwi.be"
}
],
"man": [
"man/jsesc.1"
],
"name": "jsesc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/jsesc.git"
},
"scripts": {
"build": "grunt template",
"cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
"coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
"test": "mocha tests"
},
"version": "2.2.0"
}