source: trip-planner-front/node_modules/reusify/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.8 KB
Line 
1{
2 "_args": [
3 [
4 "reusify@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "reusify@1.0.4",
10 "_id": "reusify@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
13 "_location": "/reusify",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "reusify@1.0.4",
19 "name": "reusify",
20 "escapedName": "reusify",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/fastq"
27 ],
28 "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
29 "_spec": "1.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Matteo Collina",
33 "email": "hello@matteocollina.com"
34 },
35 "bugs": {
36 "url": "https://github.com/mcollina/reusify/issues"
37 },
38 "description": "Reuse objects and functions with style",
39 "devDependencies": {
40 "coveralls": "^2.13.3",
41 "faucet": "0.0.1",
42 "istanbul": "^0.4.5",
43 "pre-commit": "^1.2.2",
44 "standard": "^10.0.3",
45 "tape": "^4.8.0"
46 },
47 "engines": {
48 "iojs": ">=1.0.0",
49 "node": ">=0.10.0"
50 },
51 "homepage": "https://github.com/mcollina/reusify#readme",
52 "keywords": [
53 "reuse",
54 "object",
55 "performance",
56 "function",
57 "fast"
58 ],
59 "license": "MIT",
60 "main": "reusify.js",
61 "name": "reusify",
62 "pre-commit": [
63 "lint",
64 "test"
65 ],
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/mcollina/reusify.git"
69 },
70 "scripts": {
71 "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
72 "istanbul": "istanbul cover tape test.js",
73 "lint": "standard",
74 "test": "tape test.js | faucet"
75 },
76 "version": "1.0.4"
77}
Note: See TracBrowser for help on using the repository browser.