source: trip-planner-front/node_modules/binary-extensions/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "binary-extensions@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "binary-extensions@2.2.0",
10 "_id": "binary-extensions@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
13 "_location": "/binary-extensions",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "binary-extensions@2.2.0",
19 "name": "binary-extensions",
20 "escapedName": "binary-extensions",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/is-binary-path"
27 ],
28 "_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
29 "_spec": "2.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/binary-extensions/issues"
38 },
39 "description": "List of binary file extensions",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=8"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts",
51 "binary-extensions.json",
52 "binary-extensions.json.d.ts"
53 ],
54 "homepage": "https://github.com/sindresorhus/binary-extensions#readme",
55 "keywords": [
56 "binary",
57 "extensions",
58 "extension",
59 "file",
60 "json",
61 "list",
62 "array"
63 ],
64 "license": "MIT",
65 "name": "binary-extensions",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/binary-extensions.git"
69 },
70 "scripts": {
71 "test": "xo && ava && tsd"
72 },
73 "version": "2.2.0"
74}
Note: See TracBrowser for help on using the repository browser.