Last change
on this file since 1ad8e64 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
2.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "jsesc@2.5.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "jsesc@2.5.2",
|
---|
10 | "_id": "jsesc@2.5.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
|
---|
13 | "_location": "/jsesc",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "jsesc@2.5.2",
|
---|
19 | "name": "jsesc",
|
---|
20 | "escapedName": "jsesc",
|
---|
21 | "rawSpec": "2.5.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.5.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@babel/generator",
|
---|
27 | "/@babel/traverse/@babel/generator"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
---|
30 | "_spec": "2.5.2",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "Mathias Bynens",
|
---|
34 | "url": "https://mathiasbynens.be/"
|
---|
35 | },
|
---|
36 | "bin": {
|
---|
37 | "jsesc": "bin/jsesc"
|
---|
38 | },
|
---|
39 | "bugs": {
|
---|
40 | "url": "https://github.com/mathiasbynens/jsesc/issues"
|
---|
41 | },
|
---|
42 | "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
|
---|
43 | "devDependencies": {
|
---|
44 | "coveralls": "^2.11.6",
|
---|
45 | "grunt": "^0.4.5",
|
---|
46 | "grunt-template": "^0.2.3",
|
---|
47 | "istanbul": "^0.4.2",
|
---|
48 | "mocha": "*",
|
---|
49 | "regenerate": "^1.3.0",
|
---|
50 | "requirejs": "^2.1.22"
|
---|
51 | },
|
---|
52 | "engines": {
|
---|
53 | "node": ">=4"
|
---|
54 | },
|
---|
55 | "files": [
|
---|
56 | "LICENSE-MIT.txt",
|
---|
57 | "jsesc.js",
|
---|
58 | "bin/",
|
---|
59 | "man/"
|
---|
60 | ],
|
---|
61 | "homepage": "https://mths.be/jsesc",
|
---|
62 | "keywords": [
|
---|
63 | "buffer",
|
---|
64 | "escape",
|
---|
65 | "javascript",
|
---|
66 | "json",
|
---|
67 | "map",
|
---|
68 | "set",
|
---|
69 | "string",
|
---|
70 | "stringify",
|
---|
71 | "tool"
|
---|
72 | ],
|
---|
73 | "license": "MIT",
|
---|
74 | "main": "jsesc.js",
|
---|
75 | "man": [
|
---|
76 | "man/jsesc.1"
|
---|
77 | ],
|
---|
78 | "name": "jsesc",
|
---|
79 | "repository": {
|
---|
80 | "type": "git",
|
---|
81 | "url": "git+https://github.com/mathiasbynens/jsesc.git"
|
---|
82 | },
|
---|
83 | "scripts": {
|
---|
84 | "build": "grunt template",
|
---|
85 | "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
|
---|
86 | "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
|
---|
87 | "test": "mocha tests"
|
---|
88 | },
|
---|
89 | "version": "2.5.2"
|
---|
90 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.