source: trip-planner-front/node_modules/npm-packlist/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: 2.5 KB
Line 
1{
2 "_args": [
3 [
4 "npm-packlist@2.2.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "npm-packlist@2.2.2",
10 "_id": "npm-packlist@2.2.2",
11 "_inBundle": false,
12 "_integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==",
13 "_location": "/npm-packlist",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "npm-packlist@2.2.2",
19 "name": "npm-packlist",
20 "escapedName": "npm-packlist",
21 "rawSpec": "2.2.2",
22 "saveSpec": null,
23 "fetchSpec": "2.2.2"
24 },
25 "_requiredBy": [
26 "/pacote"
27 ],
28 "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz",
29 "_spec": "2.2.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me",
34 "url": "http://blog.izs.me/"
35 },
36 "bin": {
37 "npm-packlist": "bin/index.js"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/npm-packlist/issues"
41 },
42 "dependencies": {
43 "glob": "^7.1.6",
44 "ignore-walk": "^3.0.3",
45 "npm-bundled": "^1.1.1",
46 "npm-normalize-package-bin": "^1.0.1"
47 },
48 "description": "Get a list of the files to add from a folder into an npm package",
49 "devDependencies": {
50 "eslint": "^7.25.0",
51 "eslint-plugin-import": "^2.22.1",
52 "eslint-plugin-node": "^11.1.0",
53 "eslint-plugin-promise": "^5.1.0",
54 "eslint-plugin-standard": "^5.0.0",
55 "mutate-fs": "^2.1.1",
56 "tap": "^15.0.6"
57 },
58 "directories": {
59 "test": "test"
60 },
61 "engines": {
62 "node": ">=10"
63 },
64 "files": [
65 "bin/index.js",
66 "index.js"
67 ],
68 "homepage": "https://github.com/npm/npm-packlist#readme",
69 "license": "ISC",
70 "main": "index.js",
71 "name": "npm-packlist",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/npm/npm-packlist.git"
75 },
76 "scripts": {
77 "eslint": "eslint",
78 "lint": "npm run eslint -- index.js bin/index.js \"test/**/*.js\"",
79 "lintfix": "npm run lint -- --fix",
80 "postsnap": "npm run lintfix",
81 "posttest": "npm run lint",
82 "postversion": "npm publish",
83 "prepublishOnly": "git push origin --follow-tags",
84 "preversion": "npm test",
85 "snap": "tap",
86 "test": "tap"
87 },
88 "tap": {
89 "test-env": [
90 "LC_ALL=sk"
91 ],
92 "check-coverage": true,
93 "nyc-arg": [
94 "--include=index.js",
95 "--include=bin/index.js"
96 ]
97 },
98 "version": "2.2.2"
99}
Note: See TracBrowser for help on using the repository browser.