source: imaps-frontend/node_modules/parent-module/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_from": "parent-module@^1.0.0",
3 "_id": "parent-module@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
6 "_location": "/parent-module",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "parent-module@^1.0.0",
12 "name": "parent-module",
13 "escapedName": "parent-module",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/import-fresh"
20 ],
21 "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
22 "_shasum": "691d2709e78c79fae3a156622452d00762caaaa2",
23 "_spec": "parent-module@^1.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/import-fresh",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/parent-module/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "callsites": "^3.0.0"
36 },
37 "deprecated": false,
38 "description": "Get the path of the parent module",
39 "devDependencies": {
40 "ava": "^1.4.1",
41 "execa": "^1.0.0",
42 "xo": "^0.24.0"
43 },
44 "engines": {
45 "node": ">=6"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/parent-module#readme",
51 "keywords": [
52 "parent",
53 "module",
54 "package",
55 "pkg",
56 "caller",
57 "calling",
58 "module",
59 "path",
60 "callsites",
61 "callsite",
62 "stacktrace",
63 "stack",
64 "trace",
65 "function",
66 "file"
67 ],
68 "license": "MIT",
69 "name": "parent-module",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/parent-module.git"
73 },
74 "scripts": {
75 "test": "xo && ava"
76 },
77 "version": "1.0.1"
78}
Note: See TracBrowser for help on using the repository browser.