blob: 2ab316d86eaba55c76b89b319bffe83c0761c0f1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "abbrev@1",
3 "_id": "abbrev@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
6 "_location": "/abbrev",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "abbrev@1",
12 "name": "abbrev",
13 "escapedName": "abbrev",
14 "rawSpec": "1",
15 "saveSpec": null,
16 "fetchSpec": "1"
17 },
18 "_requiredBy": [
19 "/grunt/grunt-cli/nopt",
20 "/nopt"
21 ],
22 "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
23 "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
24 "_spec": "abbrev@1",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt\\node_modules\\grunt-cli\\node_modules\\nopt",
26 "author": {
27 "name": "Isaac Z. Schlueter",
28 "email": "i@izs.me"
29 },
30 "bugs": {
31 "url": "https://github.com/isaacs/abbrev-js/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Like ruby's abbrev module, but in js",
36 "devDependencies": {
37 "tap": "^10.1"
38 },
39 "files": [
40 "abbrev.js"
41 ],
42 "homepage": "https://github.com/isaacs/abbrev-js#readme",
43 "license": "ISC",
44 "main": "abbrev.js",
45 "name": "abbrev",
46 "repository": {
47 "type": "git",
48 "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
49 },
50 "scripts": {
51 "postpublish": "git push origin --all; git push origin --tags",
52 "postversion": "npm publish",
53 "preversion": "npm test",
54 "test": "tap test.js --100"
55 },
56 "version": "1.1.1"
57}