source: trip-planner-front/node_modules/serialize-javascript/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "serialize-javascript@6.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "serialize-javascript@6.0.0",
10 "_id": "serialize-javascript@6.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
13 "_location": "/serialize-javascript",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "serialize-javascript@6.0.0",
19 "name": "serialize-javascript",
20 "escapedName": "serialize-javascript",
21 "rawSpec": "6.0.0",
22 "saveSpec": null,
23 "fetchSpec": "6.0.0"
24 },
25 "_requiredBy": [
26 "/copy-webpack-plugin",
27 "/css-minimizer-webpack-plugin",
28 "/terser-webpack-plugin"
29 ],
30 "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
31 "_spec": "6.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Eric Ferraiuolo",
35 "email": "edf@ericf.me"
36 },
37 "bugs": {
38 "url": "https://github.com/yahoo/serialize-javascript/issues"
39 },
40 "dependencies": {
41 "randombytes": "^2.1.0"
42 },
43 "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
44 "devDependencies": {
45 "benchmark": "^2.1.4",
46 "chai": "^4.1.0",
47 "mocha": "^9.0.0",
48 "nyc": "^15.0.0"
49 },
50 "homepage": "https://github.com/yahoo/serialize-javascript",
51 "keywords": [
52 "serialize",
53 "serialization",
54 "javascript",
55 "js",
56 "json"
57 ],
58 "license": "BSD-3-Clause",
59 "main": "index.js",
60 "name": "serialize-javascript",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/yahoo/serialize-javascript.git"
64 },
65 "scripts": {
66 "benchmark": "node -v && node test/benchmark/serialize.js",
67 "test": "nyc --reporter=lcov mocha test/unit"
68 },
69 "version": "6.0.0"
70}
Note: See TracBrowser for help on using the repository browser.