source: trip-planner-front/node_modules/abbrev/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.5 KB
Line 
1{
2 "_args": [
3 [
4 "abbrev@1.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "abbrev@1.1.1",
10 "_id": "abbrev@1.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
13 "_location": "/abbrev",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "abbrev@1.1.1",
19 "name": "abbrev",
20 "escapedName": "abbrev",
21 "rawSpec": "1.1.1",
22 "saveSpec": null,
23 "fetchSpec": "1.1.1"
24 },
25 "_requiredBy": [
26 "/nopt"
27 ],
28 "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
29 "_spec": "1.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me"
34 },
35 "bugs": {
36 "url": "https://github.com/isaacs/abbrev-js/issues"
37 },
38 "description": "Like ruby's abbrev module, but in js",
39 "devDependencies": {
40 "tap": "^10.1"
41 },
42 "files": [
43 "abbrev.js"
44 ],
45 "homepage": "https://github.com/isaacs/abbrev-js#readme",
46 "license": "ISC",
47 "main": "abbrev.js",
48 "name": "abbrev",
49 "repository": {
50 "type": "git",
51 "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
52 },
53 "scripts": {
54 "postpublish": "git push origin --all; git push origin --tags",
55 "postversion": "npm publish",
56 "preversion": "npm test",
57 "test": "tap test.js --100"
58 },
59 "version": "1.1.1"
60}
Note: See TracBrowser for help on using the repository browser.