source: imaps-frontend/node_modules/jsesc/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "jsesc@^3.0.2",
3 "_id": "jsesc@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
6 "_location": "/jsesc",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "jsesc@^3.0.2",
12 "name": "jsesc",
13 "escapedName": "jsesc",
14 "rawSpec": "^3.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.2"
17 },
18 "_requiredBy": [
19 "/@babel/generator"
20 ],
21 "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
22 "_shasum": "74d335a234f67ed19907fdadfac7ccf9d409825d",
23 "_spec": "jsesc@^3.0.2",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/generator",
25 "author": {
26 "name": "Mathias Bynens",
27 "url": "https://mathiasbynens.be/"
28 },
29 "bin": {
30 "jsesc": "bin/jsesc"
31 },
32 "bugs": {
33 "url": "https://github.com/mathiasbynens/jsesc/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
38 "devDependencies": {
39 "coveralls": "^2.11.6",
40 "grunt": "^0.4.5",
41 "grunt-cli": "^1.3.2",
42 "grunt-template": "^0.2.3",
43 "istanbul": "^0.4.2",
44 "mocha": "^5.2.0",
45 "regenerate": "^1.3.0",
46 "requirejs": "^2.1.22",
47 "unicode-13.0.0": "0.8.0"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "files": [
53 "LICENSE-MIT.txt",
54 "jsesc.js",
55 "bin/",
56 "man/"
57 ],
58 "homepage": "https://mths.be/jsesc",
59 "keywords": [
60 "buffer",
61 "escape",
62 "javascript",
63 "json",
64 "map",
65 "set",
66 "string",
67 "stringify",
68 "tool"
69 ],
70 "license": "MIT",
71 "main": "jsesc.js",
72 "man": [
73 "man/jsesc.1"
74 ],
75 "name": "jsesc",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/mathiasbynens/jsesc.git"
79 },
80 "scripts": {
81 "build": "grunt template",
82 "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
83 "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
84 "test": "mocha tests"
85 },
86 "version": "3.1.0"
87}
Note: See TracBrowser for help on using the repository browser.