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 | }
|
---|