1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "chrome-trace-event@1.0.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "chrome-trace-event@1.0.3",
|
---|
10 | "_id": "chrome-trace-event@1.0.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
|
---|
13 | "_location": "/chrome-trace-event",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "chrome-trace-event@1.0.3",
|
---|
19 | "name": "chrome-trace-event",
|
---|
20 | "escapedName": "chrome-trace-event",
|
---|
21 | "rawSpec": "1.0.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/webpack"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
|
---|
29 | "_spec": "1.0.3",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Trent Mick, Sam Saccone"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/samccone/chrome-trace-event/issues"
|
---|
36 | },
|
---|
37 | "dependencies": {},
|
---|
38 | "description": "A library to create a trace of your node app per Google's Trace Event format.",
|
---|
39 | "devDependencies": {
|
---|
40 | "@types/node": "*",
|
---|
41 | "prettier": "^1.12.1",
|
---|
42 | "tape": "4.8.0",
|
---|
43 | "typescript": "^4.2.4"
|
---|
44 | },
|
---|
45 | "engines": {
|
---|
46 | "node": ">=6.0"
|
---|
47 | },
|
---|
48 | "files": [
|
---|
49 | "dist",
|
---|
50 | "CHANGES.md"
|
---|
51 | ],
|
---|
52 | "homepage": "https://github.com/samccone/chrome-trace-event#readme",
|
---|
53 | "keywords": [
|
---|
54 | "trace-event",
|
---|
55 | "trace",
|
---|
56 | "event",
|
---|
57 | "trace-viewer",
|
---|
58 | "google"
|
---|
59 | ],
|
---|
60 | "license": "MIT",
|
---|
61 | "main": "./dist/trace-event.js",
|
---|
62 | "name": "chrome-trace-event",
|
---|
63 | "repository": {
|
---|
64 | "url": "git+https://github.com/samccone/chrome-trace-event.git"
|
---|
65 | },
|
---|
66 | "scripts": {
|
---|
67 | "build": "tsc",
|
---|
68 | "check_format": "prettier -l lib/** test/** examples/**",
|
---|
69 | "test": "tape test/*.test.js"
|
---|
70 | },
|
---|
71 | "typings": "./dist/trace-event.d.ts",
|
---|
72 | "version": "1.0.3"
|
---|
73 | }
|
---|